Html Css Color HEX #FDD75D Dandelion

📋 copy color: '#FDD75D'

red 253 ◦ green 215 ◦ blue 93

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

Shades of Dandelion #FDD75D

Tints of Dandelion #FDD75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.32%

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

R = 45.1%
G = 38.32%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDD75D (or 0xFDD75D) is known color: Dandelion. HEX triplet: FD, D7 and 5D. RGB value is (253,215,93). Sum of RGB (Red+Green+Blue) = 253+215+93=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 93 (36.72% from 255 or 16.58% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD75D is #0228A2. Grayscale: #D4D4D4. Windows color (decimal): -141475 or 6150141. OLE color: 6150141.

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

Color convert

RGB 253 215 93 -
CMYK 0 0.15 0.63 0.01
HSL 45.75º 0.98% 0.68% -
HSV(B) 45.75º 0.63% 0.99% -
XYZ 66.78 70.27 20.4 -
YUV 212.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 253 215 93 0 0.15 0.63 0.01 45.75 0.98 0.68
Hex FD D7 5D 0 F 3F 1 2E 62 44
Octal 375 327 135 0 17 77 1 56 142 104
Binary 11111101 11010111 1011101 0 1111 111111 1 101110 1100010 1000100

Color Harmonies of #FDD75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD75D

Black with #FDD75D

Text Example


Text Example

White with #FDD75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD75D; }

 p { color: rgb(253,215,93); }

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

background-color css

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

 a { background-color: rgb(253,215,93); }

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

border-color css

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

 span { border-color: rgb(253,215,93); }

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