Html Css Color HEX #F9C492 Peach-Orange

📋 copy color: '#F9C492'

red 249 ◦ green 196 ◦ blue 146

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

Shades of Peach-Orange #F9C492

Tints of Peach-Orange #F9C492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.7%

R = 42.13%
G = 33.16%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F9C492 (or 0xF9C492) is known color: Peach-Orange. HEX triplet: F9, C4 and 92. RGB value is (249,196,146). Sum of RGB (Red+Green+Blue) = 249+196+146=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C492 is #063B6D. Grayscale: #CECECE. Windows color (decimal): -408430 or 9618681. OLE color: 9618681.

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

Color convert

RGB 249 196 146 -
CMYK 0 0.21 0.41 0.02
HSL 29.13º 0.9% 0.77% -
HSV(B) 29.13º 0.41% 0.98% -
XYZ 64 61.69 35.73 -
YUV 206.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 249 196 146 0 0.21 0.41 0.02 29.13 0.9 0.77
Hex F9 C4 92 0 15 29 2 1D 5A 4D
Octal 371 304 222 0 25 51 2 35 132 115
Binary 11111001 11000100 10010010 0 10101 101001 10 11101 1011010 1001101

Color Harmonies of #F9C492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C492

Black with #F9C492

Text Example


Text Example

White with #F9C492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C492; }

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

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

background-color css

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

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

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

border-color css

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

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

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