Html Css Color HEX #FED25D Dandelion

📋 copy color: '#FED25D'

red 254 ◦ green 210 ◦ blue 93

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

Shades of Dandelion #FED25D

Tints of Dandelion #FED25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.7%

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

R = 45.6%
G = 37.7%
B = 16.7%

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

#FED25D (or 0xFED25D) is known color: Dandelion. HEX triplet: FE, D2 and 5D. RGB value is (254,210,93). Sum of RGB (Red+Green+Blue) = 254+210+93=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 93 (36.72% from 255 or 16.70% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FED25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED25D is #012DA2. Grayscale: #D2D2D2. Windows color (decimal): -77219 or 6148862. OLE color: 6148862.

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

Color convert

RGB 254 210 93 -
CMYK 0 0.17 0.63 0.00
HSL 43.6º 0.99% 0.68% -
HSV(B) 43.6º 0.63% 1% -
XYZ 65.9 67.95 20 -
YUV 209.82 62.08 159.51 -
System Red Green Blue C M Y K H S L
Decimal 254 210 93 0 0.17 0.63 0.00 43.6 0.99 0.68
Hex FE D2 5D 0 11 3F 0 2C 63 44
Octal 376 322 135 0 21 77 0 54 143 104
Binary 11111110 11010010 1011101 0 10001 111111 0 101100 1100011 1000100

Color Harmonies of #FED25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED25D

Black with #FED25D

Text Example


Text Example

White with #FED25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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