Html Css Color HEX #FECA6B Grandis

📋 copy color: '#FECA6B'

red 254 ◦ green 202 ◦ blue 107

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

Shades of Grandis #FECA6B

Tints of Grandis #FECA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.01%

R = 45.12%
G = 35.88%
B = 19.01%

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

#FECA6B (or 0xFECA6B) is known color: Grandis. HEX triplet: FE, CA and 6B. RGB value is (254,202,107). Sum of RGB (Red+Green+Blue) = 254+202+107=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA6B is #013594. Grayscale: #CFCFCF. Windows color (decimal): -79253 or 7064318. OLE color: 7064318.

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

Color convert

RGB 254 202 107 -
CMYK 0 0.20 0.58 0.00
HSL 38.78º 0.99% 0.71% -
HSV(B) 38.78º 0.58% 1% -
XYZ 64.65 64.37 22.93 -
YUV 206.72 71.73 161.72 -
System Red Green Blue C M Y K H S L
Decimal 254 202 107 0 0.20 0.58 0.00 38.78 0.99 0.71
Hex FE CA 6B 0 14 3A 0 27 63 47
Octal 376 312 153 0 24 72 0 47 143 107
Binary 11111110 11001010 1101011 0 10100 111010 0 100111 1100011 1000111

Color Harmonies of #FECA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA6B

Black with #FECA6B

Text Example


Text Example

White with #FECA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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