Html Css Color HEX #FECB8A Cherokee

📋 copy color: '#FECB8A'

red 254 ◦ green 203 ◦ blue 138

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

Shades of Cherokee #FECB8A

Tints of Cherokee #FECB8A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.12%

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

R = 42.69%
G = 34.12%
B = 23.19%

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

#FECB8A (or 0xFECB8A) is known color: Cherokee. HEX triplet: FE, CB and 8A. RGB value is (254,203,138). Sum of RGB (Red+Green+Blue) = 254+203+138=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB8A is #013475. Grayscale: #D3D3D3. Windows color (decimal): -78966 or 9096190. OLE color: 9096190.

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

Color convert

RGB 254 203 138 -
CMYK 0 0.20 0.46 0.00
HSL 33.62º 0.98% 0.77% -
HSV(B) 33.62º 0.46% 1% -
XYZ 66.82 65.62 33.19 -
YUV 210.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 254 203 138 0 0.20 0.46 0.00 33.62 0.98 0.77
Hex FE CB 8A 0 14 2E 0 22 62 4D
Octal 376 313 212 0 24 56 0 42 142 115
Binary 11111110 11001011 10001010 0 10100 101110 0 100010 1100010 1001101

Color Harmonies of #FECB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB8A

Black with #FECB8A

Text Example


Text Example

White with #FECB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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