Html Css Color HEX #FECC8A Cherokee

📋 copy color: '#FECC8A'

red 254 ◦ green 204 ◦ blue 138

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

Shades of Cherokee #FECC8A

Tints of Cherokee #FECC8A

RGB

 RED value IS 254 (99.61% from 255) = 42.62%

 GREEN value IS 204 (80.08% from 255) = 34.23%

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

R = 42.62%
G = 34.23%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FECC8A (or 0xFECC8A) is known color: Cherokee. HEX triplet: FE, CC and 8A. RGB value is (254,204,138). Sum of RGB (Red+Green+Blue) = 254+204+138=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECC8A is #013375. Grayscale: #D3D3D3. Windows color (decimal): -78710 or 9096446. OLE color: 9096446.

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

Color convert

RGB 254 204 138 -
CMYK 0 0.20 0.46 0.00
HSL 34.14º 0.98% 0.77% -
HSV(B) 34.14º 0.46% 1% -
XYZ 67.05 66.09 33.27 -
YUV 211.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 254 204 138 0 0.20 0.46 0.00 34.14 0.98 0.77
Hex FE CC 8A 0 14 2E 0 22 62 4D
Octal 376 314 212 0 24 56 0 42 142 115
Binary 11111110 11001100 10001010 0 10100 101110 0 100010 1100010 1001101

Color Harmonies of #FECC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC8A

Black with #FECC8A

Text Example


Text Example

White with #FECC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC8A; }

 p { color: rgb(254,204,138); }

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

background-color css

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

 a { background-color: rgb(254,204,138); }

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

border-color css

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

 span { border-color: rgb(254,204,138); }

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