Html Css Color HEX #FEC469 Grandis

📋 copy color: '#FEC469'

red 254 ◦ green 196 ◦ blue 105

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

Shades of Grandis #FEC469

Tints of Grandis #FEC469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.92%

R = 45.77%
G = 35.32%
B = 18.92%

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

#FEC469 (or 0xFEC469) is known color: Grandis. HEX triplet: FE, C4 and 69. RGB value is (254,196,105). Sum of RGB (Red+Green+Blue) = 254+196+105=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 105 (41.41% from 255 or 18.92% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC469 is #013B96. Grayscale: #CBCBCB. Windows color (decimal): -80791 or 6931710. OLE color: 6931710.

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

Color convert

RGB 254 196 105 -
CMYK 0 0.23 0.59 0.00
HSL 36.64º 0.99% 0.7% -
HSV(B) 36.64º 0.59% 1% -
XYZ 63.16 61.57 21.92 -
YUV 202.97 72.72 164.4 -
System Red Green Blue C M Y K H S L
Decimal 254 196 105 0 0.23 0.59 0.00 36.64 0.99 0.7
Hex FE C4 69 0 17 3B 0 25 63 46
Octal 376 304 151 0 27 73 0 45 143 106
Binary 11111110 11000100 1101001 0 10111 111011 0 100101 1100011 1000110

Color Harmonies of #FEC469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC469

Black with #FEC469

Text Example


Text Example

White with #FEC469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC469; }

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

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

background-color css

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

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

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

border-color css

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

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

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