Html Css Color HEX #F9CB91 Peach-Orange

📋 copy color: '#F9CB91'

red 249 ◦ green 203 ◦ blue 145

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

Shades of Peach-Orange #F9CB91

Tints of Peach-Orange #F9CB91

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34%

 BLUE value IS 145 (57.03% from 255) = 24.29%

R = 41.71%
G = 34%
B = 24.29%

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

#F9CB91 (or 0xF9CB91) is known color: Peach-Orange. HEX triplet: F9, CB and 91. RGB value is (249,203,145). Sum of RGB (Red+Green+Blue) = 249+203+145=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 145 (57.03% from 255 or 24.29% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CB91 is #06346E. Grayscale: #D2D2D2. Windows color (decimal): -406639 or 9554937. OLE color: 9554937.

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

Color convert

RGB 249 203 145 -
CMYK 0 0.18 0.42 0.02
HSL 33.46º 0.9% 0.77% -
HSV(B) 33.46º 0.42% 0.98% -
XYZ 65.53 64.9 35.86 -
YUV 210.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 249 203 145 0 0.18 0.42 0.02 33.46 0.9 0.77
Hex F9 CB 91 0 12 2A 2 21 5A 4D
Octal 371 313 221 0 22 52 2 41 132 115
Binary 11111001 11001011 10010001 0 10010 101010 10 100001 1011010 1001101

Color Harmonies of #F9CB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CB91

Black with #F9CB91

Text Example


Text Example

White with #F9CB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CB91; }

 p { color: rgb(249,203,145); }

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

background-color css

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

 a { background-color: rgb(249,203,145); }

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

border-color css

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

 span { border-color: rgb(249,203,145); }

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