Html Css Color HEX #FECF8A Cherokee

📋 copy color: '#FECF8A'

red 254 ◦ green 207 ◦ blue 138

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

Shades of Cherokee #FECF8A

Tints of Cherokee #FECF8A

RGB

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

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

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

R = 42.4%
G = 34.56%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FECF8A (or 0xFECF8A) is known color: Cherokee. HEX triplet: FE, CF and 8A. RGB value is (254,207,138). Sum of RGB (Red+Green+Blue) = 254+207+138=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF8A is #013075. Grayscale: #D5D5D5. Windows color (decimal): -77942 or 9097214. OLE color: 9097214.

HSL color Cylindrical-coordinate representation of color #FECF8A: hue angle of 35.69º 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 #FECF8A is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 207 138 -
CMYK 0 0.19 0.46 0.00
HSL 35.69º 0.98% 0.77% -
HSV(B) 35.69º 0.46% 1% -
XYZ 67.77 67.53 33.51 -
YUV 213.19 85.57 157.11 -
System Red Green Blue C M Y K H S L
Decimal 254 207 138 0 0.19 0.46 0.00 35.69 0.98 0.77
Hex FE CF 8A 0 13 2E 0 24 62 4D
Octal 376 317 212 0 23 56 0 44 142 115
Binary 11111110 11001111 10001010 0 10011 101110 0 100100 1100010 1001101

Color Harmonies of #FECF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF8A

Black with #FECF8A

Text Example


Text Example

White with #FECF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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