Html Css Color HEX #FEC365 Grandis

📋 copy color: '#FEC365'

red 254 ◦ green 195 ◦ blue 101

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

Shades of Grandis #FEC365

Tints of Grandis #FEC365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.36%

R = 46.18%
G = 35.45%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEC365 (or 0xFEC365) is known color: Grandis. HEX triplet: FE, C3 and 65. RGB value is (254,195,101). Sum of RGB (Red+Green+Blue) = 254+195+101=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC365 is #013C9A. Grayscale: #CACACA. Windows color (decimal): -81051 or 6669310. OLE color: 6669310.

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

Color convert

RGB 254 195 101 -
CMYK 0 0.23 0.60 0.00
HSL 36.86º 0.99% 0.7% -
HSV(B) 36.86º 0.6% 1% -
XYZ 62.74 61.04 20.79 -
YUV 201.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 254 195 101 0 0.23 0.60 0.00 36.86 0.99 0.7
Hex FE C3 65 0 17 3C 0 25 63 46
Octal 376 303 145 0 27 74 0 45 143 106
Binary 11111110 11000011 1100101 0 10111 111100 0 100101 1100011 1000110

Color Harmonies of #FEC365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC365

Black with #FEC365

Text Example


Text Example

White with #FEC365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC365; }

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

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

background-color css

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

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

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

border-color css

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

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

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