Html Css Color HEX #F9CC9A Peach-Orange

📋 copy color: '#F9CC9A'

red 249 ◦ green 204 ◦ blue 154

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

Shades of Peach-Orange #F9CC9A

Tints of Peach-Orange #F9CC9A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.61%

 BLUE value IS 154 (60.55% from 255) = 25.37%

R = 41.02%
G = 33.61%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9CC9A (or 0xF9CC9A) is known color: Peach-Orange. HEX triplet: F9, CC and 9A. RGB value is (249,204,154). Sum of RGB (Red+Green+Blue) = 249+204+154=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CC9A is #063365. Grayscale: #D4D4D4. Windows color (decimal): -406374 or 10145017. OLE color: 10145017.

HSL color Cylindrical-coordinate representation of color #F9CC9A: hue angle of 31.58º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F9CC9A is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 204 154 -
CMYK 0 0.18 0.38 0.02
HSL 31.58º 0.89% 0.79% -
HSV(B) 31.58º 0.38% 0.98% -
XYZ 66.49 65.66 39.74 -
YUV 211.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 249 204 154 0 0.18 0.38 0.02 31.58 0.89 0.79
Hex F9 CC 9A 0 12 26 2 20 59 4F
Octal 371 314 232 0 22 46 2 40 131 117
Binary 11111001 11001100 10011010 0 10010 100110 10 100000 1011001 1001111

Color Harmonies of #F9CC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC9A

Black with #F9CC9A

Text Example


Text Example

White with #F9CC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC9A; }

 p { color: rgb(249,204,154); }

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

background-color css

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

 a { background-color: rgb(249,204,154); }

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

border-color css

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

 span { border-color: rgb(249,204,154); }

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