Html Css Color HEX #FECB75 Grandis

📋 copy color: '#FECB75'

red 254 ◦ green 203 ◦ blue 117

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

Shades of Grandis #FECB75

Tints of Grandis #FECB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.38%

R = 44.25%
G = 35.37%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FECB75 (or 0xFECB75) is known color: Grandis. HEX triplet: FE, CB and 75. RGB value is (254,203,117). Sum of RGB (Red+Green+Blue) = 254+203+117=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB75 is #01348A. Grayscale: #D0D0D0. Windows color (decimal): -78987 or 7719934. OLE color: 7719934.

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

Color convert

RGB 254 203 117 -
CMYK 0 0.20 0.54 0.00
HSL 37.66º 0.99% 0.73% -
HSV(B) 37.66º 0.54% 1% -
XYZ 65.44 65.07 25.94 -
YUV 208.45 76.4 160.49 -
System Red Green Blue C M Y K H S L
Decimal 254 203 117 0 0.20 0.54 0.00 37.66 0.99 0.73
Hex FE CB 75 0 14 36 0 26 63 49
Octal 376 313 165 0 24 66 0 46 143 111
Binary 11111110 11001011 1110101 0 10100 110110 0 100110 1100011 1001001

Color Harmonies of #FECB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB75

Black with #FECB75

Text Example


Text Example

White with #FECB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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