Html Css Color HEX #FFCB97 Peach-Orange

📋 copy color: '#FFCB97'

red 255 ◦ green 203 ◦ blue 151

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

Shades of Peach-Orange #FFCB97

Tints of Peach-Orange #FFCB97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.79%

R = 41.87%
G = 33.33%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFCB97 (or 0xFFCB97) is known color: Peach-Orange. HEX triplet: FF, CB and 97. RGB value is (255,203,151). Sum of RGB (Red+Green+Blue) = 255+203+151=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 151 (59.38% from 255 or 24.79% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB97 is #003468. Grayscale: #D4D4D4. Windows color (decimal): -13417 or 9948159. OLE color: 9948159.

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

Color convert

RGB 255 203 151 -
CMYK 0 0.20 0.41 0
HSL 30º 1% 0.8% -
HSV(B) 30º 0.41% 1% -
XYZ 68.18 66.21 38.46 -
YUV 212.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 255 203 151 0 0.20 0.41 0 30 1 0.8
Hex FF CB 97 0 14 29 0 1E 64 50
Octal 377 313 227 0 24 51 0 36 144 120
Binary 11111111 11001011 10010111 0 10100 101001 0 11110 1100100 1010000

Color Harmonies of #FFCB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB97

Black with #FFCB97

Text Example


Text Example

White with #FFCB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB97; }

 p { color: rgb(255,203,151); }

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

background-color css

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

 a { background-color: rgb(255,203,151); }

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

border-color css

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

 span { border-color: rgb(255,203,151); }

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