Html Css Color HEX #FDD25E Dandelion

📋 copy color: '#FDD25E'

red 253 ◦ green 210 ◦ blue 94

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

Shades of Dandelion #FDD25E

Tints of Dandelion #FDD25E

RGB

 RED value IS 253 (99.22% from 255) = 45.42%

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

 BLUE value IS 94 (37.11% from 255) = 16.88%

R = 45.42%
G = 37.7%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDD25E (or 0xFDD25E) is known color: Dandelion. HEX triplet: FD, D2 and 5E. RGB value is (253,210,94). Sum of RGB (Red+Green+Blue) = 253+210+94=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 94 (37.11% from 255 or 16.88% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD25E is #022DA1. Grayscale: #D2D2D2. Windows color (decimal): -142754 or 6214397. OLE color: 6214397.

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

Color convert

RGB 253 210 94 -
CMYK 0 0.17 0.63 0.01
HSL 43.77º 0.98% 0.68% -
HSV(B) 43.77º 0.63% 0.99% -
XYZ 65.57 67.78 20.22 -
YUV 209.63 62.75 158.93 -
System Red Green Blue C M Y K H S L
Decimal 253 210 94 0 0.17 0.63 0.01 43.77 0.98 0.68
Hex FD D2 5E 0 11 3F 1 2C 62 44
Octal 375 322 136 0 21 77 1 54 142 104
Binary 11111101 11010010 1011110 0 10001 111111 1 101100 1100010 1000100

Color Harmonies of #FDD25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD25E

Black with #FDD25E

Text Example


Text Example

White with #FDD25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD25E; }

 p { color: rgb(253,210,94); }

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

background-color css

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

 a { background-color: rgb(253,210,94); }

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

border-color css

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

 span { border-color: rgb(253,210,94); }

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