Html Css Color HEX #FED538 Sunglow

📋 copy color: '#FED538'

red 254 ◦ green 213 ◦ blue 56

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

Shades of Sunglow #FED538

Tints of Sunglow #FED538

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.73%

 BLUE value IS 56 (22.27% from 255) = 10.71%

R = 48.57%
G = 40.73%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FED538 (or 0xFED538) is known color: Sunglow. HEX triplet: FE, D5 and 38. RGB value is (254,213,56). Sum of RGB (Red+Green+Blue) = 254+213+56=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 56 (22.27% from 255 or 10.71% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FED538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED538 is #012AC7. Grayscale: #D0D0D0. Windows color (decimal): -76488 or 3724798. OLE color: 3724798.

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

Color convert

RGB 254 213 56 -
CMYK 0 0.16 0.78 0.00
HSL 47.58º 0.99% 0.61% -
HSV(B) 47.58º 0.78% 1% -
XYZ 65.38 68.94 13.6 -
YUV 207.36 42.58 161.27 -
System Red Green Blue C M Y K H S L
Decimal 254 213 56 0 0.16 0.78 0.00 47.58 0.99 0.61
Hex FE D5 38 0 10 4E 0 30 63 3D
Octal 376 325 70 0 20 116 0 60 143 75
Binary 11111110 11010101 111000 0 10000 1001110 0 110000 1100011 111101

Color Harmonies of #FED538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED538

Black with #FED538

Text Example


Text Example

White with #FED538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED538; }

 p { color: rgb(254,213,56); }

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

background-color css

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

 a { background-color: rgb(254,213,56); }

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

border-color css

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

 span { border-color: rgb(254,213,56); }

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