Html Css Color HEX #FEC86A Grandis

📋 copy color: '#FEC86A'

red 254 ◦ green 200 ◦ blue 106

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

Shades of Grandis #FEC86A

Tints of Grandis #FEC86A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.71%

 BLUE value IS 106 (41.8% from 255) = 18.93%

R = 45.36%
G = 35.71%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEC86A (or 0xFEC86A) is known color: Grandis. HEX triplet: FE, C8 and 6A. RGB value is (254,200,106). Sum of RGB (Red+Green+Blue) = 254+200+106=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC86A is #013795. Grayscale: #CDCDCD. Windows color (decimal): -79766 or 6998270. OLE color: 6998270.

HSL color Cylindrical-coordinate representation of color #FEC86A: hue angle of 38.11º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEC86A is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 200 106 -
CMYK 0 0.21 0.58 0.00
HSL 38.11º 0.99% 0.71% -
HSV(B) 38.11º 0.58% 1% -
XYZ 64.13 63.42 22.5 -
YUV 205.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 254 200 106 0 0.21 0.58 0.00 38.11 0.99 0.71
Hex FE C8 6A 0 15 3A 0 26 63 47
Octal 376 310 152 0 25 72 0 46 143 107
Binary 11111110 11001000 1101010 0 10101 111010 0 100110 1100011 1000111

Color Harmonies of #FEC86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC86A

Black with #FEC86A

Text Example


Text Example

White with #FEC86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC86A; }

 p { color: rgb(254,200,106); }

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

background-color css

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

 a { background-color: rgb(254,200,106); }

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

border-color css

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

 span { border-color: rgb(254,200,106); }

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