Html Css Color HEX #FECA3A Sunglow

📋 copy color: '#FECA3A'

red 254 ◦ green 202 ◦ blue 58

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

Shades of Sunglow #FECA3A

Tints of Sunglow #FECA3A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.3%

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

R = 49.42%
G = 39.3%
B = 11.28%

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

#FECA3A (or 0xFECA3A) is known color: Sunglow. HEX triplet: FE, CA and 3A. RGB value is (254,202,58). Sum of RGB (Red+Green+Blue) = 254+202+58=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA3A is #0135C5. Grayscale: #C9C9C9. Windows color (decimal): -79302 or 3853054. OLE color: 3853054.

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

Color convert

RGB 254 202 58 -
CMYK 0 0.20 0.77 0.00
HSL 44.08º 0.99% 0.61% -
HSV(B) 44.08º 0.77% 1% -
XYZ 62.76 63.62 12.97 -
YUV 201.13 47.23 165.71 -
System Red Green Blue C M Y K H S L
Decimal 254 202 58 0 0.20 0.77 0.00 44.08 0.99 0.61
Hex FE CA 3A 0 14 4D 0 2C 63 3D
Octal 376 312 72 0 24 115 0 54 143 75
Binary 11111110 11001010 111010 0 10100 1001101 0 101100 1100011 111101

Color Harmonies of #FECA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA3A

Black with #FECA3A

Text Example


Text Example

White with #FECA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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