Html Css Color HEX #FFCB93 Peach-Orange

📋 copy color: '#FFCB93'

red 255 ◦ green 203 ◦ blue 147

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

Shades of Peach-Orange #FFCB93

Tints of Peach-Orange #FFCB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.3%

R = 42.15%
G = 33.55%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFCB93 (or 0xFFCB93) is known color: Peach-Orange. HEX triplet: FF, CB and 93. RGB value is (255,203,147). Sum of RGB (Red+Green+Blue) = 255+203+147=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 147 (57.81% from 255 or 24.30% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB93 is #00346C. Grayscale: #D4D4D4. Windows color (decimal): -13421 or 9686015. OLE color: 9686015.

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

Color convert

RGB 255 203 147 -
CMYK 0 0.20 0.42 0
HSL 31.11º 1% 0.79% -
HSV(B) 31.11º 0.42% 1% -
XYZ 67.86 66.08 36.78 -
YUV 212.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 255 203 147 0 0.20 0.42 0 31.11 1 0.79
Hex FF CB 93 0 14 2A 0 1F 64 4F
Octal 377 313 223 0 24 52 0 37 144 117
Binary 11111111 11001011 10010011 0 10100 101010 0 11111 1100100 1001111

Color Harmonies of #FFCB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB93

Black with #FFCB93

Text Example


Text Example

White with #FFCB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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