Html Css Color HEX #FEC36B Grandis

📋 copy color: '#FEC36B'

red 254 ◦ green 195 ◦ blue 107

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

Shades of Grandis #FEC36B

Tints of Grandis #FEC36B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.07%

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

R = 45.68%
G = 35.07%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEC36B (or 0xFEC36B) is known color: Grandis. HEX triplet: FE, C3 and 6B. RGB value is (254,195,107). Sum of RGB (Red+Green+Blue) = 254+195+107=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC36B is #013C94. Grayscale: #CBCBCB. Windows color (decimal): -81045 or 7062526. OLE color: 7062526.

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

Color convert

RGB 254 195 107 -
CMYK 0 0.23 0.58 0.00
HSL 35.92º 0.99% 0.71% -
HSV(B) 35.92º 0.58% 1% -
XYZ 63.04 61.16 22.39 -
YUV 202.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 254 195 107 0 0.23 0.58 0.00 35.92 0.99 0.71
Hex FE C3 6B 0 17 3A 0 24 63 47
Octal 376 303 153 0 27 72 0 44 143 107
Binary 11111110 11000011 1101011 0 10111 111010 0 100100 1100011 1000111

Color Harmonies of #FEC36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC36B

Black with #FEC36B

Text Example


Text Example

White with #FEC36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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