Html Css Color HEX #FECA6A Grandis

📋 copy color: '#FECA6A'

red 254 ◦ green 202 ◦ blue 106

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

Shades of Grandis #FECA6A

Tints of Grandis #FECA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.86%

R = 45.2%
G = 35.94%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FECA6A (or 0xFECA6A) is known color: Grandis. HEX triplet: FE, CA and 6A. RGB value is (254,202,106). Sum of RGB (Red+Green+Blue) = 254+202+106=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 106 (41.80% from 255 or 18.86% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA6A is #013595. Grayscale: #CFCFCF. Windows color (decimal): -79254 or 6998782. OLE color: 6998782.

HSL color Cylindrical-coordinate representation of color #FECA6A: hue angle of 38.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FECA6A is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 202 106 -
CMYK 0 0.20 0.58 0.00
HSL 38.92º 0.99% 0.71% -
HSV(B) 38.92º 0.58% 1% -
XYZ 64.6 64.35 22.65 -
YUV 206.6 71.23 161.81 -
System Red Green Blue C M Y K H S L
Decimal 254 202 106 0 0.20 0.58 0.00 38.92 0.99 0.71
Hex FE CA 6A 0 14 3A 0 27 63 47
Octal 376 312 152 0 24 72 0 47 143 107
Binary 11111110 11001010 1101010 0 10100 111010 0 100111 1100011 1000111

Color Harmonies of #FECA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA6A

Black with #FECA6A

Text Example


Text Example

White with #FECA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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