Html Css Color HEX #FED45F Dandelion

📋 copy color: '#FED45F'

red 254 ◦ green 212 ◦ blue 95

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

Shades of Dandelion #FED45F

Tints of Dandelion #FED45F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.79%

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

R = 45.28%
G = 37.79%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FED45F (or 0xFED45F) is known color: Dandelion. HEX triplet: FE, D4 and 5F. RGB value is (254,212,95). Sum of RGB (Red+Green+Blue) = 254+212+95=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FED45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED45F is #012BA0. Grayscale: #D3D3D3. Windows color (decimal): -76705 or 6280446. OLE color: 6280446.

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

Color convert

RGB 254 212 95 -
CMYK 0 0.17 0.63 0.00
HSL 44.15º 0.99% 0.68% -
HSV(B) 44.15º 0.63% 1% -
XYZ 66.48 68.98 20.64 -
YUV 211.22 62.41 158.51 -
System Red Green Blue C M Y K H S L
Decimal 254 212 95 0 0.17 0.63 0.00 44.15 0.99 0.68
Hex FE D4 5F 0 11 3F 0 2C 63 44
Octal 376 324 137 0 21 77 0 54 143 104
Binary 11111110 11010100 1011111 0 10001 111111 0 101100 1100011 1000100

Color Harmonies of #FED45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED45F

Black with #FED45F

Text Example


Text Example

White with #FED45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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