Html Css Color HEX #FFC88F Peach-Orange

📋 copy color: '#FFC88F'

red 255 ◦ green 200 ◦ blue 143

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

Shades of Peach-Orange #FFC88F

Tints of Peach-Orange #FFC88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.91%

R = 42.64%
G = 33.44%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFC88F (or 0xFFC88F) is known color: Peach-Orange. HEX triplet: FF, C8 and 8F. RGB value is (255,200,143). Sum of RGB (Red+Green+Blue) = 255+200+143=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC88F is #003770. Grayscale: #D2D2D2. Windows color (decimal): -14193 or 9423103. OLE color: 9423103.

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

Color convert

RGB 255 200 143 -
CMYK 0 0.22 0.44 0
HSL 30.54º 1% 0.78% -
HSV(B) 30.54º 0.44% 1% -
XYZ 66.85 64.55 34.92 -
YUV 209.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 255 200 143 0 0.22 0.44 0 30.54 1 0.78
Hex FF C8 8F 0 16 2C 0 1F 64 4E
Octal 377 310 217 0 26 54 0 37 144 116
Binary 11111111 11001000 10001111 0 10110 101100 0 11111 1100100 1001110

Color Harmonies of #FFC88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC88F

Black with #FFC88F

Text Example


Text Example

White with #FFC88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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