Html Css Color HEX #FCCE7E Cherokee

📋 copy color: '#FCCE7E'

red 252 ◦ green 206 ◦ blue 126

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

Shades of Cherokee #FCCE7E

Tints of Cherokee #FCCE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.58%

R = 43.15%
G = 35.27%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FCCE7E (or 0xFCCE7E) is known color: Cherokee. HEX triplet: FC, CE and 7E. RGB value is (252,206,126). Sum of RGB (Red+Green+Blue) = 252+206+126=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 126 (49.61% from 255 or 21.58% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE7E is #033181. Grayscale: #D3D3D3. Windows color (decimal): -209282 or 8310524. OLE color: 8310524.

HSL color Cylindrical-coordinate representation of color #FCCE7E: hue angle of 38.1º 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 #FCCE7E is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 206 126 -
CMYK 0 0.18 0.5 0.01
HSL 38.1º 0.95% 0.74% -
HSV(B) 38.1º 0.5% 0.99% -
XYZ 65.98 66.34 29.07 -
YUV 210.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 252 206 126 0 0.18 0.5 0.01 38.1 0.95 0.74
Hex FC CE 7E 0 12 32 1 26 5F 4A
Octal 374 316 176 0 22 62 1 46 137 112
Binary 11111100 11001110 1111110 0 10010 110010 1 100110 1011111 1001010

Color Harmonies of #FCCE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE7E

Black with #FCCE7E

Text Example


Text Example

White with #FCCE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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