Html Css Color HEX #FED35F Dandelion

📋 copy color: '#FED35F'

red 254 ◦ green 211 ◦ blue 95

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

Shades of Dandelion #FED35F

Tints of Dandelion #FED35F

RGB

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

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

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

R = 45.36%
G = 37.68%
B = 16.96%

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

#FED35F (or 0xFED35F) is known color: Dandelion. HEX triplet: FE, D3 and 5F. RGB value is (254,211,95). Sum of RGB (Red+Green+Blue) = 254+211+95=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 95 (37.5% from 255 or 16.96% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FED35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED35F is #012CA0. Grayscale: #D3D3D3. Windows color (decimal): -76961 or 6280190. OLE color: 6280190.

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

Color convert

RGB 254 211 95 -
CMYK 0 0.17 0.63 0.00
HSL 43.77º 0.99% 0.68% -
HSV(B) 43.77º 0.63% 1% -
XYZ 66.23 68.49 20.55 -
YUV 210.63 62.75 158.93 -
System Red Green Blue C M Y K H S L
Decimal 254 211 95 0 0.17 0.63 0.00 43.77 0.99 0.68
Hex FE D3 5F 0 11 3F 0 2C 63 44
Octal 376 323 137 0 21 77 0 54 143 104
Binary 11111110 11010011 1011111 0 10001 111111 0 101100 1100011 1000100

Color Harmonies of #FED35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED35F

Black with #FED35F

Text Example


Text Example

White with #FED35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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