Html Css Color HEX #FECB6D Grandis

📋 copy color: '#FECB6D'

red 254 ◦ green 203 ◦ blue 109

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

Shades of Grandis #FECB6D

Tints of Grandis #FECB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.26%

R = 44.88%
G = 35.87%
B = 19.26%

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

#FECB6D (or 0xFECB6D) is known color: Grandis. HEX triplet: FE, CB and 6D. RGB value is (254,203,109). Sum of RGB (Red+Green+Blue) = 254+203+109=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB6D is #013492. Grayscale: #CFCFCF. Windows color (decimal): -78995 or 7195646. OLE color: 7195646.

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

Color convert

RGB 254 203 109 -
CMYK 0 0.20 0.57 0.00
HSL 38.9º 0.99% 0.71% -
HSV(B) 38.9º 0.57% 1% -
XYZ 64.99 64.89 23.57 -
YUV 207.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 254 203 109 0 0.20 0.57 0.00 38.9 0.99 0.71
Hex FE CB 6D 0 14 39 0 27 63 47
Octal 376 313 155 0 24 71 0 47 143 107
Binary 11111110 11001011 1101101 0 10100 111001 0 100111 1100011 1000111

Color Harmonies of #FECB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB6D

Black with #FECB6D

Text Example


Text Example

White with #FECB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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