Html Css Color HEX #FEC767 Grandis

📋 copy color: '#FEC767'

red 254 ◦ green 199 ◦ blue 103

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

Shades of Grandis #FEC767

Tints of Grandis #FEC767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.53%

R = 45.68%
G = 35.79%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEC767 (or 0xFEC767) is known color: Grandis. HEX triplet: FE, C7 and 67. RGB value is (254,199,103). Sum of RGB (Red+Green+Blue) = 254+199+103=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 103 (40.62% from 255 or 18.53% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC767 is #013898. Grayscale: #CCCCCC. Windows color (decimal): -80025 or 6801406. OLE color: 6801406.

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

Color convert

RGB 254 199 103 -
CMYK 0 0.22 0.59 0.00
HSL 38.15º 0.99% 0.7% -
HSV(B) 38.15º 0.59% 1% -
XYZ 63.74 62.9 21.61 -
YUV 204.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 254 199 103 0 0.22 0.59 0.00 38.15 0.99 0.7
Hex FE C7 67 0 16 3B 0 26 63 46
Octal 376 307 147 0 26 73 0 46 143 106
Binary 11111110 11000111 1100111 0 10110 111011 0 100110 1100011 1000110

Color Harmonies of #FEC767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC767

Black with #FEC767

Text Example


Text Example

White with #FEC767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC767; }

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

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

background-color css

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

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

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

border-color css

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

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

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