Html Css Color HEX #FED45D Dandelion

📋 copy color: '#FED45D'

red 254 ◦ green 212 ◦ blue 93

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

Shades of Dandelion #FED45D

Tints of Dandelion #FED45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.64%

R = 45.44%
G = 37.92%
B = 16.64%

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

#FED45D (or 0xFED45D) is known color: Dandelion. HEX triplet: FE, D4 and 5D. RGB value is (254,212,93). Sum of RGB (Red+Green+Blue) = 254+212+93=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FED45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED45D is #012BA2. Grayscale: #D3D3D3. Windows color (decimal): -76707 or 6149374. OLE color: 6149374.

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

Color convert

RGB 254 212 93 -
CMYK 0 0.17 0.63 0.00
HSL 44.35º 0.99% 0.68% -
HSV(B) 44.35º 0.63% 1% -
XYZ 66.39 68.95 20.16 -
YUV 210.99 61.41 158.68 -
System Red Green Blue C M Y K H S L
Decimal 254 212 93 0 0.17 0.63 0.00 44.35 0.99 0.68
Hex FE D4 5D 0 11 3F 0 2C 63 44
Octal 376 324 135 0 21 77 0 54 143 104
Binary 11111110 11010100 1011101 0 10001 111111 0 101100 1100011 1000100

Color Harmonies of #FED45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED45D

Black with #FED45D

Text Example


Text Example

White with #FED45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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