Html Css Color HEX #FEC86B Grandis

📋 copy color: '#FEC86B'

red 254 ◦ green 200 ◦ blue 107

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

Shades of Grandis #FEC86B

Tints of Grandis #FEC86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.07%

R = 45.28%
G = 35.65%
B = 19.07%

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

#FEC86B (or 0xFEC86B) is known color: Grandis. HEX triplet: FE, C8 and 6B. RGB value is (254,200,107). Sum of RGB (Red+Green+Blue) = 254+200+107=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC86B is #013794. Grayscale: #CDCDCD. Windows color (decimal): -79765 or 7063806. OLE color: 7063806.

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

Color convert

RGB 254 200 107 -
CMYK 0 0.21 0.58 0.00
HSL 37.96º 0.99% 0.71% -
HSV(B) 37.96º 0.58% 1% -
XYZ 64.18 63.44 22.77 -
YUV 205.54 72.39 162.56 -
System Red Green Blue C M Y K H S L
Decimal 254 200 107 0 0.21 0.58 0.00 37.96 0.99 0.71
Hex FE C8 6B 0 15 3A 0 26 63 47
Octal 376 310 153 0 25 72 0 46 143 107
Binary 11111110 11001000 1101011 0 10101 111010 0 100110 1100011 1000111

Color Harmonies of #FEC86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC86B

Black with #FEC86B

Text Example


Text Example

White with #FEC86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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