Html Css Color HEX #FDD25B Dandelion

📋 copy color: '#FDD25B'

red 253 ◦ green 210 ◦ blue 91

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

Shades of Dandelion #FDD25B

Tints of Dandelion #FDD25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.43%

R = 45.67%
G = 37.91%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDD25B (or 0xFDD25B) is known color: Dandelion. HEX triplet: FD, D2 and 5B. RGB value is (253,210,91). Sum of RGB (Red+Green+Blue) = 253+210+91=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 91 (35.94% from 255 or 16.43% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD25B is #022DA4. Grayscale: #D1D1D1. Windows color (decimal): -142757 or 6017789. OLE color: 6017789.

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

Color convert

RGB 253 210 91 -
CMYK 0 0.17 0.64 0.01
HSL 44.07º 0.98% 0.67% -
HSV(B) 44.07º 0.64% 0.99% -
XYZ 65.44 67.73 19.52 -
YUV 209.29 61.25 159.18 -
System Red Green Blue C M Y K H S L
Decimal 253 210 91 0 0.17 0.64 0.01 44.07 0.98 0.67
Hex FD D2 5B 0 11 40 1 2C 62 43
Octal 375 322 133 0 21 100 1 54 142 103
Binary 11111101 11010010 1011011 0 10001 1000000 1 101100 1100010 1000011

Color Harmonies of #FDD25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD25B

Black with #FDD25B

Text Example


Text Example

White with #FDD25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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