Html Css Color HEX #FECB6E Grandis

📋 copy color: '#FECB6E'

red 254 ◦ green 203 ◦ blue 110

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

Shades of Grandis #FECB6E

Tints of Grandis #FECB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.4%

R = 44.8%
G = 35.8%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FECB6E (or 0xFECB6E) is known color: Grandis. HEX triplet: FE, CB and 6E. RGB value is (254,203,110). Sum of RGB (Red+Green+Blue) = 254+203+110=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB6E is #013491. Grayscale: #D0D0D0. Windows color (decimal): -78994 or 7261182. OLE color: 7261182.

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

Color convert

RGB 254 203 110 -
CMYK 0 0.20 0.57 0.00
HSL 38.75º 0.99% 0.71% -
HSV(B) 38.75º 0.57% 1% -
XYZ 65.04 64.91 23.85 -
YUV 207.65 72.9 161.06 -
System Red Green Blue C M Y K H S L
Decimal 254 203 110 0 0.20 0.57 0.00 38.75 0.99 0.71
Hex FE CB 6E 0 14 39 0 27 63 47
Octal 376 313 156 0 24 71 0 47 143 107
Binary 11111110 11001011 1101110 0 10100 111001 0 100111 1100011 1000111

Color Harmonies of #FECB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB6E

Black with #FECB6E

Text Example


Text Example

White with #FECB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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