Html Css Color HEX #FED162 Dandelion

📋 copy color: '#FED162'

red 254 ◦ green 209 ◦ blue 98

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

Shades of Dandelion #FED162

Tints of Dandelion #FED162

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.25%

 BLUE value IS 98 (38.67% from 255) = 17.47%

R = 45.28%
G = 37.25%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FED162 (or 0xFED162) is known color: Dandelion. HEX triplet: FE, D1 and 62. RGB value is (254,209,98). Sum of RGB (Red+Green+Blue) = 254+209+98=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 98 (38.67% from 255 or 17.47% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FED162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED162 is #012E9D. Grayscale: #D2D2D2. Windows color (decimal): -77470 or 6476286. OLE color: 6476286.

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

Color convert

RGB 254 209 98 -
CMYK 0 0.18 0.61 0.00
HSL 42.69º 0.99% 0.69% -
HSV(B) 42.69º 0.61% 1% -
XYZ 65.88 67.55 21.12 -
YUV 209.8 64.91 159.53 -
System Red Green Blue C M Y K H S L
Decimal 254 209 98 0 0.18 0.61 0.00 42.69 0.99 0.69
Hex FE D1 62 0 12 3D 0 2B 63 45
Octal 376 321 142 0 22 75 0 53 143 105
Binary 11111110 11010001 1100010 0 10010 111101 0 101011 1100011 1000101

Color Harmonies of #FED162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED162

Black with #FED162

Text Example


Text Example

White with #FED162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED162; }

 p { color: rgb(254,209,98); }

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

background-color css

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

 a { background-color: rgb(254,209,98); }

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

border-color css

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

 span { border-color: rgb(254,209,98); }

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