Html Css Color HEX #FED16F Grandis

📋 copy color: '#FED16F'

red 254 ◦ green 209 ◦ blue 111

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

Shades of Grandis #FED16F

Tints of Grandis #FED16F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.41%

 BLUE value IS 111 (43.75% from 255) = 19.34%

R = 44.25%
G = 36.41%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FED16F (or 0xFED16F) is known color: Grandis. HEX triplet: FE, D1 and 6F. RGB value is (254,209,111). Sum of RGB (Red+Green+Blue) = 254+209+111=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FED16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED16F is #012E90. Grayscale: #D3D3D3. Windows color (decimal): -77457 or 7328254. OLE color: 7328254.

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

Color convert

RGB 254 209 111 -
CMYK 0 0.18 0.56 0.00
HSL 41.12º 0.99% 0.72% -
HSV(B) 41.12º 0.56% 1% -
XYZ 66.54 67.82 24.62 -
YUV 211.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 254 209 111 0 0.18 0.56 0.00 41.12 0.99 0.72
Hex FE D1 6F 0 12 38 0 29 63 48
Octal 376 321 157 0 22 70 0 51 143 110
Binary 11111110 11010001 1101111 0 10010 111000 0 101001 1100011 1001000

Color Harmonies of #FED16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED16F

Black with #FED16F

Text Example


Text Example

White with #FED16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED16F; }

 p { color: rgb(254,209,111); }

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

background-color css

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

 a { background-color: rgb(254,209,111); }

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

border-color css

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

 span { border-color: rgb(254,209,111); }

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