Html Css Color HEX #FEC765 Grandis

📋 copy color: '#FEC765'

red 254 ◦ green 199 ◦ blue 101

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

Shades of Grandis #FEC765

Tints of Grandis #FEC765

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.92%

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

R = 45.85%
G = 35.92%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEC765 (or 0xFEC765) is known color: Grandis. HEX triplet: FE, C7 and 65. RGB value is (254,199,101). Sum of RGB (Red+Green+Blue) = 254+199+101=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC765 is #01389A. Grayscale: #CCCCCC. Windows color (decimal): -80027 or 6670334. OLE color: 6670334.

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

Color convert

RGB 254 199 101 -
CMYK 0 0.22 0.60 0.00
HSL 38.43º 0.99% 0.7% -
HSV(B) 38.43º 0.6% 1% -
XYZ 63.65 62.86 21.09 -
YUV 204.27 69.72 163.47 -
System Red Green Blue C M Y K H S L
Decimal 254 199 101 0 0.22 0.60 0.00 38.43 0.99 0.7
Hex FE C7 65 0 16 3C 0 26 63 46
Octal 376 307 145 0 26 74 0 46 143 106
Binary 11111110 11000111 1100101 0 10110 111100 0 100110 1100011 1000110

Color Harmonies of #FEC765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC765

Black with #FEC765

Text Example


Text Example

White with #FEC765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC765; }

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

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

background-color css

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

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

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

border-color css

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

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

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