Html Css Color HEX #FEC168 Grandis

📋 copy color: '#FEC168'

red 254 ◦ green 193 ◦ blue 104

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

Shades of Grandis #FEC168

Tints of Grandis #FEC168

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.03%

 BLUE value IS 104 (41.02% from 255) = 18.87%

R = 46.1%
G = 35.03%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEC168 (or 0xFEC168) is known color: Grandis. HEX triplet: FE, C1 and 68. RGB value is (254,193,104). Sum of RGB (Red+Green+Blue) = 254+193+104=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC168 is #013E97. Grayscale: #C9C9C9. Windows color (decimal): -81560 or 6865406. OLE color: 6865406.

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

Color convert

RGB 254 193 104 -
CMYK 0 0.24 0.59 0.00
HSL 35.6º 0.99% 0.7% -
HSV(B) 35.6º 0.59% 1% -
XYZ 62.44 60.21 21.43 -
YUV 201.09 73.21 165.74 -
System Red Green Blue C M Y K H S L
Decimal 254 193 104 0 0.24 0.59 0.00 35.6 0.99 0.7
Hex FE C1 68 0 18 3B 0 24 63 46
Octal 376 301 150 0 30 73 0 44 143 106
Binary 11111110 11000001 1101000 0 11000 111011 0 100100 1100011 1000110

Color Harmonies of #FEC168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC168

Black with #FEC168

Text Example


Text Example

White with #FEC168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC168; }

 p { color: rgb(254,193,104); }

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

background-color css

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

 a { background-color: rgb(254,193,104); }

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

border-color css

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

 span { border-color: rgb(254,193,104); }

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