Html Css Color HEX #FECB68 Grandis

📋 copy color: '#FECB68'

red 254 ◦ green 203 ◦ blue 104

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

Shades of Grandis #FECB68

Tints of Grandis #FECB68

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.19%

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

R = 45.28%
G = 36.19%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FECB68 (or 0xFECB68) is known color: Grandis. HEX triplet: FE, CB and 68. RGB value is (254,203,104). Sum of RGB (Red+Green+Blue) = 254+203+104=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB68 is #013497. Grayscale: #CFCFCF. Windows color (decimal): -79000 or 6867966. OLE color: 6867966.

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

Color convert

RGB 254 203 104 -
CMYK 0 0.20 0.59 0.00
HSL 39.6º 0.99% 0.7% -
HSV(B) 39.6º 0.59% 1% -
XYZ 64.73 64.78 22.19 -
YUV 206.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 254 203 104 0 0.20 0.59 0.00 39.6 0.99 0.7
Hex FE CB 68 0 14 3B 0 28 63 46
Octal 376 313 150 0 24 73 0 50 143 106
Binary 11111110 11001011 1101000 0 10100 111011 0 101000 1100011 1000110

Color Harmonies of #FECB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB68

Black with #FECB68

Text Example


Text Example

White with #FECB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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