Html Css Color HEX #FECB63 Grandis

📋 copy color: '#FECB63'

red 254 ◦ green 203 ◦ blue 99

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

Shades of Grandis #FECB63

Tints of Grandis #FECB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.81%

R = 45.68%
G = 36.51%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FECB63 (or 0xFECB63) is known color: Grandis. HEX triplet: FE, CB and 63. RGB value is (254,203,99). Sum of RGB (Red+Green+Blue) = 254+203+99=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 99 (39.06% from 255 or 17.81% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB63 is #01349C. Grayscale: #CECECE. Windows color (decimal): -79005 or 6540286. OLE color: 6540286.

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

Color convert

RGB 254 203 99 -
CMYK 0 0.20 0.61 0.00
HSL 40.26º 0.99% 0.69% -
HSV(B) 40.26º 0.61% 1% -
XYZ 64.48 64.68 20.89 -
YUV 206.39 67.4 161.96 -
System Red Green Blue C M Y K H S L
Decimal 254 203 99 0 0.20 0.61 0.00 40.26 0.99 0.69
Hex FE CB 63 0 14 3D 0 28 63 45
Octal 376 313 143 0 24 75 0 50 143 105
Binary 11111110 11001011 1100011 0 10100 111101 0 101000 1100011 1000101

Color Harmonies of #FECB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB63

Black with #FECB63

Text Example


Text Example

White with #FECB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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