Html Css Color HEX #FDCF86 Cherokee

📋 copy color: '#FDCF86'

red 253 ◦ green 207 ◦ blue 134

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

Shades of Cherokee #FDCF86

Tints of Cherokee #FDCF86

RGB

 RED value IS 253 (99.22% from 255) = 42.59%

 GREEN value IS 207 (81.25% from 255) = 34.85%

 BLUE value IS 134 (52.73% from 255) = 22.56%

R = 42.59%
G = 34.85%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDCF86 (or 0xFDCF86) is known color: Cherokee. HEX triplet: FD, CF and 86. RGB value is (253,207,134). Sum of RGB (Red+Green+Blue) = 253+207+134=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 134 (52.73% from 255 or 22.56% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCF86 is #023079. Grayscale: #D4D4D4. Windows color (decimal): -143482 or 8835069. OLE color: 8835069.

HSL color Cylindrical-coordinate representation of color #FDCF86: hue angle of 36.81º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDCF86 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 134 -
CMYK 0 0.18 0.47 0.01
HSL 36.81º 0.97% 0.76% -
HSV(B) 36.81º 0.47% 0.99% -
XYZ 67.12 67.23 31.99 -
YUV 212.43 83.74 156.94 -
System Red Green Blue C M Y K H S L
Decimal 253 207 134 0 0.18 0.47 0.01 36.81 0.97 0.76
Hex FD CF 86 0 12 2F 1 25 61 4C
Octal 375 317 206 0 22 57 1 45 141 114
Binary 11111101 11001111 10000110 0 10010 101111 1 100101 1100001 1001100

Color Harmonies of #FDCF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF86

Black with #FDCF86

Text Example


Text Example

White with #FDCF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF86; }

 p { color: rgb(253,207,134); }

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

background-color css

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

 a { background-color: rgb(253,207,134); }

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

border-color css

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

 span { border-color: rgb(253,207,134); }

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