Html Css Color HEX #FED367 Dandelion

📋 copy color: '#FED367'

red 254 ◦ green 211 ◦ blue 103

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

Shades of Dandelion #FED367

Tints of Dandelion #FED367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.13%

R = 44.72%
G = 37.15%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FED367 (or 0xFED367) is known color: Dandelion. HEX triplet: FE, D3 and 67. RGB value is (254,211,103). Sum of RGB (Red+Green+Blue) = 254+211+103=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 103 (40.62% from 255 or 18.13% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FED367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED367 is #012C98. Grayscale: #D4D4D4. Windows color (decimal): -76953 or 6804478. OLE color: 6804478.

HSL color Cylindrical-coordinate representation of color #FED367: hue angle of 42.91º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FED367 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 211 103 -
CMYK 0 0.17 0.59 0.00
HSL 42.91º 0.99% 0.7% -
HSV(B) 42.91º 0.59% 1% -
XYZ 66.62 68.64 22.57 -
YUV 211.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 254 211 103 0 0.17 0.59 0.00 42.91 0.99 0.7
Hex FE D3 67 0 11 3B 0 2B 63 46
Octal 376 323 147 0 21 73 0 53 143 106
Binary 11111110 11010011 1100111 0 10001 111011 0 101011 1100011 1000110

Color Harmonies of #FED367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED367

Black with #FED367

Text Example


Text Example

White with #FED367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED367; }

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

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

background-color css

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

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

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

border-color css

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

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

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