Html Css Color HEX #FED52E Sunglow

📋 copy color: '#FED52E'

red 254 ◦ green 213 ◦ blue 46

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

Shades of Sunglow #FED52E

Tints of Sunglow #FED52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.97%

R = 49.51%
G = 41.52%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FED52E (or 0xFED52E) is known color: Sunglow. HEX triplet: FE, D5 and 2E. RGB value is (254,213,46). Sum of RGB (Red+Green+Blue) = 254+213+46=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 46 (18.36% from 255 or 8.97% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FED52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED52E is #012AD1. Grayscale: #CECECE. Windows color (decimal): -76498 or 3069438. OLE color: 3069438.

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

Color convert

RGB 254 213 46 -
CMYK 0 0.16 0.82 0.00
HSL 48.17º 0.99% 0.59% -
HSV(B) 48.17º 0.82% 1% -
XYZ 65.16 68.86 12.44 -
YUV 206.22 37.58 162.08 -
System Red Green Blue C M Y K H S L
Decimal 254 213 46 0 0.16 0.82 0.00 48.17 0.99 0.59
Hex FE D5 2E 0 10 52 0 30 63 3B
Octal 376 325 56 0 20 122 0 60 143 73
Binary 11111110 11010101 101110 0 10000 1010010 0 110000 1100011 111011

Color Harmonies of #FED52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED52E

Black with #FED52E

Text Example


Text Example

White with #FED52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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