Html Css Color HEX #FCCE7D Cherokee

📋 copy color: '#FCCE7D'

red 252 ◦ green 206 ◦ blue 125

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

Shades of Cherokee #FCCE7D

Tints of Cherokee #FCCE7D

RGB

 RED value IS 252 (98.83% from 255) = 43.22%

 GREEN value IS 206 (80.86% from 255) = 35.33%

 BLUE value IS 125 (49.22% from 255) = 21.44%

R = 43.22%
G = 35.33%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCCE7D (or 0xFCCE7D) is known color: Cherokee. HEX triplet: FC, CE and 7D. RGB value is (252,206,125). Sum of RGB (Red+Green+Blue) = 252+206+125=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE7D is #033182. Grayscale: #D2D2D2. Windows color (decimal): -209283 or 8244988. OLE color: 8244988.

HSL color Cylindrical-coordinate representation of color #FCCE7D: hue angle of 38.27º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCCE7D is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 206 125 -
CMYK 0 0.18 0.50 0.01
HSL 38.27º 0.95% 0.74% -
HSV(B) 38.27º 0.5% 0.99% -
XYZ 65.92 66.32 28.73 -
YUV 210.52 79.74 157.59 -
System Red Green Blue C M Y K H S L
Decimal 252 206 125 0 0.18 0.50 0.01 38.27 0.95 0.74
Hex FC CE 7D 0 12 32 1 26 5F 4A
Octal 374 316 175 0 22 62 1 46 137 112
Binary 11111100 11001110 1111101 0 10010 110010 1 100110 1011111 1001010

Color Harmonies of #FCCE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE7D

Black with #FCCE7D

Text Example


Text Example

White with #FCCE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE7D; }

 p { color: rgb(252,206,125); }

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

background-color css

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

 a { background-color: rgb(252,206,125); }

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

border-color css

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

 span { border-color: rgb(252,206,125); }

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