Html Css Color HEX #FED13A Sunglow

📋 copy color: '#FED13A'

red 254 ◦ green 209 ◦ blue 58

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

Shades of Sunglow #FED13A

Tints of Sunglow #FED13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.13%

R = 48.75%
G = 40.12%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FED13A (or 0xFED13A) is known color: Sunglow. HEX triplet: FE, D1 and 3A. RGB value is (254,209,58). Sum of RGB (Red+Green+Blue) = 254+209+58=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 58 (23.05% from 255 or 11.13% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FED13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED13A is #012EC5. Grayscale: #CDCDCD. Windows color (decimal): -77510 or 3854846. OLE color: 3854846.

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

Color convert

RGB 254 209 58 -
CMYK 0 0.18 0.77 0.00
HSL 46.22º 0.99% 0.61% -
HSV(B) 46.22º 0.77% 1% -
XYZ 64.44 66.98 13.53 -
YUV 205.24 44.91 162.78 -
System Red Green Blue C M Y K H S L
Decimal 254 209 58 0 0.18 0.77 0.00 46.22 0.99 0.61
Hex FE D1 3A 0 12 4D 0 2E 63 3D
Octal 376 321 72 0 22 115 0 56 143 75
Binary 11111110 11010001 111010 0 10010 1001101 0 101110 1100011 111101

Color Harmonies of #FED13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED13A

Black with #FED13A

Text Example


Text Example

White with #FED13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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