Html Css Color HEX #FED35D Dandelion

📋 copy color: '#FED35D'

red 254 ◦ green 211 ◦ blue 93

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

Shades of Dandelion #FED35D

Tints of Dandelion #FED35D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.81%

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

R = 45.52%
G = 37.81%
B = 16.67%

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

#FED35D (or 0xFED35D) is known color: Dandelion. HEX triplet: FE, D3 and 5D. RGB value is (254,211,93). Sum of RGB (Red+Green+Blue) = 254+211+93=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FED35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED35D is #012CA2. Grayscale: #D2D2D2. Windows color (decimal): -76963 or 6149118. OLE color: 6149118.

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

Color convert

RGB 254 211 93 -
CMYK 0 0.17 0.63 0.00
HSL 43.98º 0.99% 0.68% -
HSV(B) 43.98º 0.63% 1% -
XYZ 66.14 68.45 20.08 -
YUV 210.41 61.75 159.09 -
System Red Green Blue C M Y K H S L
Decimal 254 211 93 0 0.17 0.63 0.00 43.98 0.99 0.68
Hex FE D3 5D 0 11 3F 0 2C 63 44
Octal 376 323 135 0 21 77 0 54 143 104
Binary 11111110 11010011 1011101 0 10001 111111 0 101100 1100011 1000100

Color Harmonies of #FED35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED35D

Black with #FED35D

Text Example


Text Example

White with #FED35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED35D; }

 p { color: rgb(254,211,93); }

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

background-color css

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

 a { background-color: rgb(254,211,93); }

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

border-color css

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

 span { border-color: rgb(254,211,93); }

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