Html Css Color HEX #FEC52D Sunglow

📋 copy color: '#FEC52D'

red 254 ◦ green 197 ◦ blue 45

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

Shades of Sunglow #FEC52D

Tints of Sunglow #FEC52D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.72%

 BLUE value IS 45 (17.97% from 255) = 9.07%

R = 51.21%
G = 39.72%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEC52D (or 0xFEC52D) is known color: Sunglow. HEX triplet: FE, C5 and 2D. RGB value is (254,197,45). Sum of RGB (Red+Green+Blue) = 254+197+45=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC52D is #013AD2. Grayscale: #C5C5C5. Windows color (decimal): -80595 or 2999806. OLE color: 2999806.

HSL color Cylindrical-coordinate representation of color #FEC52D: hue angle of 43.64º 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 #FEC52D is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 197 45 -
CMYK 0 0.22 0.82 0.00
HSL 43.64º 0.99% 0.59% -
HSV(B) 43.64º 0.82% 1% -
XYZ 61.31 61.19 11.06 -
YUV 196.72 42.38 168.86 -
System Red Green Blue C M Y K H S L
Decimal 254 197 45 0 0.22 0.82 0.00 43.64 0.99 0.59
Hex FE C5 2D 0 16 52 0 2C 63 3B
Octal 376 305 55 0 26 122 0 54 143 73
Binary 11111110 11000101 101101 0 10110 1010010 0 101100 1100011 111011

Color Harmonies of #FEC52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC52D

Black with #FEC52D

Text Example


Text Example

White with #FEC52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC52D; }

 p { color: rgb(254,197,45); }

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

background-color css

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

 a { background-color: rgb(254,197,45); }

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

border-color css

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

 span { border-color: rgb(254,197,45); }

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