Html Css Color HEX #F4C290 Peach-Orange

📋 copy color: '#F4C290'

red 244 ◦ green 194 ◦ blue 144

#F4C290
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peach-Orange #F4C290

Tints of Peach-Orange #F4C290

RGB

 RED value IS 244 (95.7% from 255) = 41.92%

 GREEN value IS 194 (76.17% from 255) = 33.33%

 BLUE value IS 144 (56.64% from 255) = 24.74%

R = 41.92%
G = 33.33%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F4C290 (or 0xF4C290) is known color: Peach-Orange. HEX triplet: F4, C2 and 90. RGB value is (244,194,144). Sum of RGB (Red+Green+Blue) = 244+194+144=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C290 is #0B3D6F. Grayscale: #CBCBCB. Windows color (decimal): -736624 or 9487092. OLE color: 9487092.

HSL color Cylindrical-coordinate representation of color #F4C290: hue angle of 30º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F4C290 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 194 144 -
CMYK 0 0.20 0.41 0.04
HSL 30º 0.82% 0.76% -
HSV(B) 30º 0.41% 0.96% -
XYZ 61.63 59.83 34.69 -
YUV 203.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 244 194 144 0 0.20 0.41 0.04 30 0.82 0.76
Hex F4 C2 90 0 14 29 4 1E 52 4C
Octal 364 302 220 0 24 51 4 36 122 114
Binary 11110100 11000010 10010000 0 10100 101001 100 11110 1010010 1001100

Color Harmonies of #F4C290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C290

Black with #F4C290

Text Example


Text Example

White with #F4C290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C290; }

 p { color: rgb(244,194,144); }

 H1.HeaderClassName
 {
   color: #F4C290;
 }
 .AnyTagClassName
 {
   color: #F4C290;
 }
</style>

background-color css

<style>
 a { background-color: #F4C290; }

 a { background-color: rgb(244,194,144); }

 div.DivClassName
 {
   background-color: #F4C290;
 }
 .BgClassName
 {
   background-color: #F4C290;
 }
</style>

border-color css

<style>
 span { border-color: #F4C290; }

 span { border-color: rgb(244,194,144); }

 td.TdClassName
 {
   border-color: #F4C290;
 }
 .TagClassName
 {
   border-color: #F4C290;
 }
</style>