Html Css Color HEX #FEC066 Grandis

📋 copy color: '#FEC066'

red 254 ◦ green 192 ◦ blue 102

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

Shades of Grandis #FEC066

Tints of Grandis #FEC066

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.04%

 BLUE value IS 102 (40.23% from 255) = 18.61%

R = 46.35%
G = 35.04%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEC066 (or 0xFEC066) is known color: Grandis. HEX triplet: FE, C0 and 66. RGB value is (254,192,102). Sum of RGB (Red+Green+Blue) = 254+192+102=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC066 is #013F99. Grayscale: #C8C8C8. Windows color (decimal): -81818 or 6734078. OLE color: 6734078.

HSL color Cylindrical-coordinate representation of color #FEC066: hue angle of 35.53º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEC066 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 192 102 -
CMYK 0 0.24 0.60 0.00
HSL 35.53º 0.99% 0.7% -
HSV(B) 35.53º 0.6% 1% -
XYZ 62.12 59.73 20.83 -
YUV 200.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 254 192 102 0 0.24 0.60 0.00 35.53 0.99 0.7
Hex FE C0 66 0 18 3C 0 24 63 46
Octal 376 300 146 0 30 74 0 44 143 106
Binary 11111110 11000000 1100110 0 11000 111100 0 100100 1100011 1000110

Color Harmonies of #FEC066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC066

Black with #FEC066

Text Example


Text Example

White with #FEC066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC066; }

 p { color: rgb(254,192,102); }

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

background-color css

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

 a { background-color: rgb(254,192,102); }

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

border-color css

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

 span { border-color: rgb(254,192,102); }

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