Html Css Color HEX #FDD25F Dandelion

📋 copy color: '#FDD25F'

red 253 ◦ green 210 ◦ blue 95

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

Shades of Dandelion #FDD25F

Tints of Dandelion #FDD25F

RGB

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

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

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

R = 45.34%
G = 37.63%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDD25F (or 0xFDD25F) is known color: Dandelion. HEX triplet: FD, D2 and 5F. RGB value is (253,210,95). Sum of RGB (Red+Green+Blue) = 253+210+95=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 95 (37.5% from 255 or 17.03% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD25F is #022DA0. Grayscale: #D2D2D2. Windows color (decimal): -142753 or 6279933. OLE color: 6279933.

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

Color convert

RGB 253 210 95 -
CMYK 0 0.17 0.62 0.01
HSL 43.67º 0.98% 0.68% -
HSV(B) 43.67º 0.62% 0.99% -
XYZ 65.62 67.8 20.46 -
YUV 209.75 63.25 158.85 -
System Red Green Blue C M Y K H S L
Decimal 253 210 95 0 0.17 0.62 0.01 43.67 0.98 0.68
Hex FD D2 5F 0 11 3E 1 2C 62 44
Octal 375 322 137 0 21 76 1 54 142 104
Binary 11111101 11010010 1011111 0 10001 111110 1 101100 1100010 1000100

Color Harmonies of #FDD25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD25F

Black with #FDD25F

Text Example


Text Example

White with #FDD25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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