Html Css Color HEX #FFC88B Peach-Orange

📋 copy color: '#FFC88B'

red 255 ◦ green 200 ◦ blue 139

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

Shades of Peach-Orange #FFC88B

Tints of Peach-Orange #FFC88B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.67%

 BLUE value IS 139 (54.69% from 255) = 23.4%

R = 42.93%
G = 33.67%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FFC88B (or 0xFFC88B) is known color: Peach-Orange. HEX triplet: FF, C8 and 8B. RGB value is (255,200,139). Sum of RGB (Red+Green+Blue) = 255+200+139=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC88B is #003774. Grayscale: #D1D1D1. Windows color (decimal): -14197 or 9160959. OLE color: 9160959.

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

Color convert

RGB 255 200 139 -
CMYK 0 0.22 0.45 0
HSL 31.55º 1% 0.77% -
HSV(B) 31.55º 0.45% 1% -
XYZ 66.55 64.43 33.36 -
YUV 209.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 255 200 139 0 0.22 0.45 0 31.55 1 0.77
Hex FF C8 8B 0 16 2D 0 20 64 4D
Octal 377 310 213 0 26 55 0 40 144 115
Binary 11111111 11001000 10001011 0 10110 101101 0 100000 1100100 1001101

Color Harmonies of #FFC88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC88B

Black with #FFC88B

Text Example


Text Example

White with #FFC88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC88B; }

 p { color: rgb(255,200,139); }

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

background-color css

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

 a { background-color: rgb(255,200,139); }

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

border-color css

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

 span { border-color: rgb(255,200,139); }

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