Html Css Color HEX #FFC991 Peach-Orange

📋 copy color: '#FFC991'

red 255 ◦ green 201 ◦ blue 145

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

Shades of Peach-Orange #FFC991

Tints of Peach-Orange #FFC991

RGB

 RED value IS 255 (100% from 255) = 42.43%

 GREEN value IS 201 (78.91% from 255) = 33.44%

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

R = 42.43%
G = 33.44%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FFC991 (or 0xFFC991) is known color: Peach-Orange. HEX triplet: FF, C9 and 91. RGB value is (255,201,145). Sum of RGB (Red+Green+Blue) = 255+201+145=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 145 (57.03% from 255 or 24.13% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC991 is #00366E. Grayscale: #D3D3D3. Windows color (decimal): -13935 or 9554431. OLE color: 9554431.

HSL color Cylindrical-coordinate representation of color #FFC991: hue angle of 30.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFC991 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB 255 201 145 -
CMYK 0 0.21 0.43 0
HSL 30.55º 1% 0.78% -
HSV(B) 30.55º 0.43% 1% -
XYZ 67.24 65.08 35.81 -
YUV 210.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 255 201 145 0 0.21 0.43 0 30.55 1 0.78
Hex FF C9 91 0 15 2B 0 1F 64 4E
Octal 377 311 221 0 25 53 0 37 144 116
Binary 11111111 11001001 10010001 0 10101 101011 0 11111 1100100 1001110

Color Harmonies of #FFC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC991

Black with #FFC991

Text Example


Text Example

White with #FFC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC991; }

 p { color: rgb(255,201,145); }

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

background-color css

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

 a { background-color: rgb(255,201,145); }

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

border-color css

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

 span { border-color: rgb(255,201,145); }

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