Html Css Color HEX #FEC66B Grandis

📋 copy color: '#FEC66B'

red 254 ◦ green 198 ◦ blue 107

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

Shades of Grandis #FEC66B

Tints of Grandis #FEC66B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.42%

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

R = 45.44%
G = 35.42%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEC66B (or 0xFEC66B) is known color: Grandis. HEX triplet: FE, C6 and 6B. RGB value is (254,198,107). Sum of RGB (Red+Green+Blue) = 254+198+107=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC66B is #013994. Grayscale: #CCCCCC. Windows color (decimal): -80277 or 7063294. OLE color: 7063294.

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

Color convert

RGB 254 198 107 -
CMYK 0 0.22 0.58 0.00
HSL 37.14º 0.99% 0.71% -
HSV(B) 37.14º 0.58% 1% -
XYZ 63.72 62.52 22.62 -
YUV 204.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 254 198 107 0 0.22 0.58 0.00 37.14 0.99 0.71
Hex FE C6 6B 0 16 3A 0 25 63 47
Octal 376 306 153 0 26 72 0 45 143 107
Binary 11111110 11000110 1101011 0 10110 111010 0 100101 1100011 1000111

Color Harmonies of #FEC66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC66B

Black with #FEC66B

Text Example


Text Example

White with #FEC66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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