Html Css Color HEX #FFCB96 Peach-Orange

📋 copy color: '#FFCB96'

red 255 ◦ green 203 ◦ blue 150

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

Shades of Peach-Orange #FFCB96

Tints of Peach-Orange #FFCB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.67%

R = 41.94%
G = 33.39%
B = 24.67%

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

#FFCB96 (or 0xFFCB96) is known color: Peach-Orange. HEX triplet: FF, CB and 96. RGB value is (255,203,150). Sum of RGB (Red+Green+Blue) = 255+203+150=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 150 (58.98% from 255 or 24.67% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB96 is #003469. Grayscale: #D4D4D4. Windows color (decimal): -13418 or 9882623. OLE color: 9882623.

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

Color convert

RGB 255 203 150 -
CMYK 0 0.20 0.41 0
HSL 30.29º 1% 0.79% -
HSV(B) 30.29º 0.41% 1% -
XYZ 68.1 66.17 38.04 -
YUV 212.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 255 203 150 0 0.20 0.41 0 30.29 1 0.79
Hex FF CB 96 0 14 29 0 1E 64 4F
Octal 377 313 226 0 24 51 0 36 144 117
Binary 11111111 11001011 10010110 0 10100 101001 0 11110 1100100 1001111

Color Harmonies of #FFCB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB96

Black with #FFCB96

Text Example


Text Example

White with #FFCB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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