Html Css Color HEX #FEC869 Grandis

📋 copy color: '#FEC869'

red 254 ◦ green 200 ◦ blue 105

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

Shades of Grandis #FEC869

Tints of Grandis #FEC869

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.78%

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

R = 45.44%
G = 35.78%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEC869 (or 0xFEC869) is known color: Grandis. HEX triplet: FE, C8 and 69. RGB value is (254,200,105). Sum of RGB (Red+Green+Blue) = 254+200+105=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC869 is #013796. Grayscale: #CDCDCD. Windows color (decimal): -79767 or 6932734. OLE color: 6932734.

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

Color convert

RGB 254 200 105 -
CMYK 0 0.21 0.59 0.00
HSL 38.26º 0.99% 0.7% -
HSV(B) 38.26º 0.59% 1% -
XYZ 64.08 63.4 22.22 -
YUV 205.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 254 200 105 0 0.21 0.59 0.00 38.26 0.99 0.7
Hex FE C8 69 0 15 3B 0 26 63 46
Octal 376 310 151 0 25 73 0 46 143 106
Binary 11111110 11001000 1101001 0 10101 111011 0 100110 1100011 1000110

Color Harmonies of #FEC869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC869

Black with #FEC869

Text Example


Text Example

White with #FEC869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC869; }

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

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

background-color css

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

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

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

border-color css

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

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

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