Html Css Color HEX #FEC367 Grandis

📋 copy color: '#FEC367'

red 254 ◦ green 195 ◦ blue 103

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

Shades of Grandis #FEC367

Tints of Grandis #FEC367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.66%

R = 46.01%
G = 35.33%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEC367 (or 0xFEC367) is known color: Grandis. HEX triplet: FE, C3 and 67. RGB value is (254,195,103). Sum of RGB (Red+Green+Blue) = 254+195+103=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 103 (40.62% from 255 or 18.66% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC367 is #013C98. Grayscale: #CACACA. Windows color (decimal): -81049 or 6800382. OLE color: 6800382.

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

Color convert

RGB 254 195 103 -
CMYK 0 0.23 0.59 0.00
HSL 36.56º 0.99% 0.7% -
HSV(B) 36.56º 0.59% 1% -
XYZ 62.84 61.08 21.31 -
YUV 202.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 254 195 103 0 0.23 0.59 0.00 36.56 0.99 0.7
Hex FE C3 67 0 17 3B 0 25 63 46
Octal 376 303 147 0 27 73 0 45 143 106
Binary 11111110 11000011 1100111 0 10111 111011 0 100101 1100011 1000110

Color Harmonies of #FEC367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC367

Black with #FEC367

Text Example


Text Example

White with #FEC367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC367; }

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

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

background-color css

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

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

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

border-color css

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

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

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