Html Css Color HEX #FEC465 Grandis

📋 copy color: '#FEC465'

red 254 ◦ green 196 ◦ blue 101

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

Shades of Grandis #FEC465

Tints of Grandis #FEC465

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.57%

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

R = 46.1%
G = 35.57%
B = 18.33%

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

#FEC465 (or 0xFEC465) is known color: Grandis. HEX triplet: FE, C4 and 65. RGB value is (254,196,101). Sum of RGB (Red+Green+Blue) = 254+196+101=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC465 is #013B9A. Grayscale: #CACACA. Windows color (decimal): -80795 or 6669566. OLE color: 6669566.

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

Color convert

RGB 254 196 101 -
CMYK 0 0.23 0.60 0.00
HSL 37.25º 0.99% 0.7% -
HSV(B) 37.25º 0.6% 1% -
XYZ 62.96 61.49 20.86 -
YUV 202.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 254 196 101 0 0.23 0.60 0.00 37.25 0.99 0.7
Hex FE C4 65 0 17 3C 0 25 63 46
Octal 376 304 145 0 27 74 0 45 143 106
Binary 11111110 11000100 1100101 0 10111 111100 0 100101 1100011 1000110

Color Harmonies of #FEC465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC465

Black with #FEC465

Text Example


Text Example

White with #FEC465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC465; }

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

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

background-color css

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

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

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

border-color css

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

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

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