Html Css Color HEX #FECB65 Grandis

📋 copy color: '#FECB65'

red 254 ◦ green 203 ◦ blue 101

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

Shades of Grandis #FECB65

Tints of Grandis #FECB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.1%

R = 45.52%
G = 36.38%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FECB65 (or 0xFECB65) is known color: Grandis. HEX triplet: FE, CB and 65. RGB value is (254,203,101). Sum of RGB (Red+Green+Blue) = 254+203+101=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB65 is #01349A. Grayscale: #CFCFCF. Windows color (decimal): -79003 or 6671358. OLE color: 6671358.

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

Color convert

RGB 254 203 101 -
CMYK 0 0.20 0.60 0.00
HSL 40º 0.99% 0.7% -
HSV(B) 40º 0.6% 1% -
XYZ 64.58 64.72 21.4 -
YUV 206.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 254 203 101 0 0.20 0.60 0.00 40 0.99 0.7
Hex FE CB 65 0 14 3C 0 28 63 46
Octal 376 313 145 0 24 74 0 50 143 106
Binary 11111110 11001011 1100101 0 10100 111100 0 101000 1100011 1000110

Color Harmonies of #FECB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB65

Black with #FECB65

Text Example


Text Example

White with #FECB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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