Html Css Color HEX #FECA68 Grandis

📋 copy color: '#FECA68'

red 254 ◦ green 202 ◦ blue 104

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

Shades of Grandis #FECA68

Tints of Grandis #FECA68

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.07%

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

R = 45.36%
G = 36.07%
B = 18.57%

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

#FECA68 (or 0xFECA68) is known color: Grandis. HEX triplet: FE, CA and 68. RGB value is (254,202,104). Sum of RGB (Red+Green+Blue) = 254+202+104=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA68 is #013597. Grayscale: #CECECE. Windows color (decimal): -79256 or 6867710. OLE color: 6867710.

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

Color convert

RGB 254 202 104 -
CMYK 0 0.20 0.59 0.00
HSL 39.2º 0.99% 0.7% -
HSV(B) 39.2º 0.59% 1% -
XYZ 64.49 64.31 22.11 -
YUV 206.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 254 202 104 0 0.20 0.59 0.00 39.2 0.99 0.7
Hex FE CA 68 0 14 3B 0 27 63 46
Octal 376 312 150 0 24 73 0 47 143 106
Binary 11111110 11001010 1101000 0 10100 111011 0 100111 1100011 1000110

Color Harmonies of #FECA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA68

Black with #FECA68

Text Example


Text Example

White with #FECA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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