Html Css Color HEX #FECC3A Sunglow

📋 copy color: '#FECC3A'

red 254 ◦ green 204 ◦ blue 58

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

Shades of Sunglow #FECC3A

Tints of Sunglow #FECC3A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.53%

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

R = 49.22%
G = 39.53%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FECC3A (or 0xFECC3A) is known color: Sunglow. HEX triplet: FE, CC and 3A. RGB value is (254,204,58). Sum of RGB (Red+Green+Blue) = 254+204+58=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 58 (23.05% from 255 or 11.24% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC3A is #0133C5. Grayscale: #CACACA. Windows color (decimal): -78790 or 3853566. OLE color: 3853566.

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

Color convert

RGB 254 204 58 -
CMYK 0 0.20 0.77 0.00
HSL 44.69º 0.99% 0.61% -
HSV(B) 44.69º 0.77% 1% -
XYZ 63.23 64.56 13.13 -
YUV 202.31 46.57 164.87 -
System Red Green Blue C M Y K H S L
Decimal 254 204 58 0 0.20 0.77 0.00 44.69 0.99 0.61
Hex FE CC 3A 0 14 4D 0 2D 63 3D
Octal 376 314 72 0 24 115 0 55 143 75
Binary 11111110 11001100 111010 0 10100 1001101 0 101101 1100011 111101

Color Harmonies of #FECC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC3A

Black with #FECC3A

Text Example


Text Example

White with #FECC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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