Html Css Color HEX #FED52C Sunglow

📋 copy color: '#FED52C'

red 254 ◦ green 213 ◦ blue 44

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

Shades of Sunglow #FED52C

Tints of Sunglow #FED52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.61%

R = 49.71%
G = 41.68%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FED52C (or 0xFED52C) is known color: Sunglow. HEX triplet: FE, D5 and 2C. RGB value is (254,213,44). Sum of RGB (Red+Green+Blue) = 254+213+44=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 44 (17.58% from 255 or 8.61% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FED52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED52C is #012AD3. Grayscale: #CECECE. Windows color (decimal): -76500 or 2938366. OLE color: 2938366.

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

Color convert

RGB 254 213 44 -
CMYK 0 0.16 0.83 0.00
HSL 48.29º 0.99% 0.58% -
HSV(B) 48.29º 0.83% 1% -
XYZ 65.12 68.84 12.24 -
YUV 205.99 36.58 162.24 -
System Red Green Blue C M Y K H S L
Decimal 254 213 44 0 0.16 0.83 0.00 48.29 0.99 0.58
Hex FE D5 2C 0 10 53 0 30 63 3A
Octal 376 325 54 0 20 123 0 60 143 72
Binary 11111110 11010101 101100 0 10000 1010011 0 110000 1100011 111010

Color Harmonies of #FED52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED52C

Black with #FED52C

Text Example


Text Example

White with #FED52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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