Html Css Color HEX #FED75F Dandelion

📋 copy color: '#FED75F'

red 254 ◦ green 215 ◦ blue 95

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

Shades of Dandelion #FED75F

Tints of Dandelion #FED75F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.12%

 BLUE value IS 95 (37.5% from 255) = 16.84%

R = 45.04%
G = 38.12%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FED75F (or 0xFED75F) is known color: Dandelion. HEX triplet: FE, D7 and 5F. RGB value is (254,215,95). Sum of RGB (Red+Green+Blue) = 254+215+95=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 95 (37.5% from 255 or 16.84% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FED75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED75F is #0128A0. Grayscale: #D5D5D5. Windows color (decimal): -75937 or 6281214. OLE color: 6281214.

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

Color convert

RGB 254 215 95 -
CMYK 0 0.15 0.63 0.00
HSL 45.28º 0.99% 0.68% -
HSV(B) 45.28º 0.63% 1% -
XYZ 67.24 70.5 20.89 -
YUV 212.98 61.42 157.26 -
System Red Green Blue C M Y K H S L
Decimal 254 215 95 0 0.15 0.63 0.00 45.28 0.99 0.68
Hex FE D7 5F 0 F 3F 0 2D 63 44
Octal 376 327 137 0 17 77 0 55 143 104
Binary 11111110 11010111 1011111 0 1111 111111 0 101101 1100011 1000100

Color Harmonies of #FED75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED75F

Black with #FED75F

Text Example


Text Example

White with #FED75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED75F; }

 p { color: rgb(254,215,95); }

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

background-color css

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

 a { background-color: rgb(254,215,95); }

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

border-color css

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

 span { border-color: rgb(254,215,95); }

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