Html Css Color HEX #FFC88A Peach-Orange

📋 copy color: '#FFC88A'

red 255 ◦ green 200 ◦ blue 138

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

Shades of Peach-Orange #FFC88A

Tints of Peach-Orange #FFC88A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.27%

R = 43%
G = 33.73%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FFC88A (or 0xFFC88A) is known color: Peach-Orange. HEX triplet: FF, C8 and 8A. RGB value is (255,200,138). Sum of RGB (Red+Green+Blue) = 255+200+138=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC88A is #003775. Grayscale: #D1D1D1. Windows color (decimal): -14198 or 9095423. OLE color: 9095423.

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

Color convert

RGB 255 200 138 -
CMYK 0 0.22 0.46 0
HSL 31.79º 1% 0.77% -
HSV(B) 31.79º 0.46% 1% -
XYZ 66.48 64.4 32.97 -
YUV 209.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 255 200 138 0 0.22 0.46 0 31.79 1 0.77
Hex FF C8 8A 0 16 2E 0 20 64 4D
Octal 377 310 212 0 26 56 0 40 144 115
Binary 11111111 11001000 10001010 0 10110 101110 0 100000 1100100 1001101

Color Harmonies of #FFC88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC88A

Black with #FFC88A

Text Example


Text Example

White with #FFC88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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