Html Css Color HEX #F9C490 Peach-Orange

📋 copy color: '#F9C490'

red 249 ◦ green 196 ◦ blue 144

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

Shades of Peach-Orange #F9C490

Tints of Peach-Orange #F9C490

RGB

 RED value IS 249 (97.66% from 255) = 42.28%

 GREEN value IS 196 (76.95% from 255) = 33.28%

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

R = 42.28%
G = 33.28%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F9C490 (or 0xF9C490) is known color: Peach-Orange. HEX triplet: F9, C4 and 90. RGB value is (249,196,144). Sum of RGB (Red+Green+Blue) = 249+196+144=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C490 is #063B6F. Grayscale: #CECECE. Windows color (decimal): -408432 or 9487609. OLE color: 9487609.

HSL color Cylindrical-coordinate representation of color #F9C490: hue angle of 29.71º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9C490 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 196 144 -
CMYK 0 0.21 0.42 0.02
HSL 29.71º 0.9% 0.77% -
HSV(B) 29.71º 0.42% 0.98% -
XYZ 63.84 61.63 34.92 -
YUV 205.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 249 196 144 0 0.21 0.42 0.02 29.71 0.9 0.77
Hex F9 C4 90 0 15 2A 2 1E 5A 4D
Octal 371 304 220 0 25 52 2 36 132 115
Binary 11111001 11000100 10010000 0 10101 101010 10 11110 1011010 1001101

Color Harmonies of #F9C490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C490

Black with #F9C490

Text Example


Text Example

White with #F9C490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C490; }

 p { color: rgb(249,196,144); }

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

background-color css

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

 a { background-color: rgb(249,196,144); }

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

border-color css

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

 span { border-color: rgb(249,196,144); }

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