Html Css Color HEX #FED25F Dandelion

📋 copy color: '#FED25F'

red 254 ◦ green 210 ◦ blue 95

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

Shades of Dandelion #FED25F

Tints of Dandelion #FED25F

RGB

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

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

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

R = 45.44%
G = 37.57%
B = 16.99%

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

#FED25F (or 0xFED25F) is known color: Dandelion. HEX triplet: FE, D2 and 5F. RGB value is (254,210,95). Sum of RGB (Red+Green+Blue) = 254+210+95=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 95 (37.5% from 255 or 16.99% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FED25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED25F is #012DA0. Grayscale: #D2D2D2. Windows color (decimal): -77217 or 6279934. OLE color: 6279934.

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

Color convert

RGB 254 210 95 -
CMYK 0 0.17 0.63 0.00
HSL 43.4º 0.99% 0.68% -
HSV(B) 43.4º 0.63% 1% -
XYZ 65.99 67.99 20.47 -
YUV 210.05 63.08 159.35 -
System Red Green Blue C M Y K H S L
Decimal 254 210 95 0 0.17 0.63 0.00 43.4 0.99 0.68
Hex FE D2 5F 0 11 3F 0 2B 63 44
Octal 376 322 137 0 21 77 0 53 143 104
Binary 11111110 11010010 1011111 0 10001 111111 0 101011 1100011 1000100

Color Harmonies of #FED25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED25F

Black with #FED25F

Text Example


Text Example

White with #FED25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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