Html Css Color HEX #F9CC90 Peach-Orange

📋 copy color: '#F9CC90'

red 249 ◦ green 204 ◦ blue 144

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

Shades of Peach-Orange #F9CC90

Tints of Peach-Orange #F9CC90

RGB

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

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

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

R = 41.71%
G = 34.17%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F9CC90 (or 0xF9CC90) is known color: Peach-Orange. HEX triplet: F9, CC and 90. RGB value is (249,204,144). Sum of RGB (Red+Green+Blue) = 249+204+144=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CC90 is #06336F. Grayscale: #D2D2D2. Windows color (decimal): -406384 or 9489657. OLE color: 9489657.

HSL color Cylindrical-coordinate representation of color #F9CC90: hue angle of 34.29º 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 #F9CC90 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 204 144 -
CMYK 0 0.18 0.42 0.02
HSL 34.29º 0.9% 0.77% -
HSV(B) 34.29º 0.42% 0.98% -
XYZ 65.69 65.34 35.53 -
YUV 210.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 249 204 144 0 0.18 0.42 0.02 34.29 0.9 0.77
Hex F9 CC 90 0 12 2A 2 22 5A 4D
Octal 371 314 220 0 22 52 2 42 132 115
Binary 11111001 11001100 10010000 0 10010 101010 10 100010 1011010 1001101

Color Harmonies of #F9CC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC90

Black with #F9CC90

Text Example


Text Example

White with #F9CC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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