Html Css Color HEX #FECE3A Sunglow

📋 copy color: '#FECE3A'

red 254 ◦ green 206 ◦ blue 58

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

Shades of Sunglow #FECE3A

Tints of Sunglow #FECE3A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.77%

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

R = 49.03%
G = 39.77%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FECE3A (or 0xFECE3A) is known color: Sunglow. HEX triplet: FE, CE and 3A. RGB value is (254,206,58). Sum of RGB (Red+Green+Blue) = 254+206+58=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE3A is #0131C5. Grayscale: #CCCCCC. Windows color (decimal): -78278 or 3854078. OLE color: 3854078.

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

Color convert

RGB 254 206 58 -
CMYK 0 0.19 0.77 0.00
HSL 45.31º 0.99% 0.61% -
HSV(B) 45.31º 0.77% 1% -
XYZ 63.71 65.52 13.29 -
YUV 203.48 45.9 164.03 -
System Red Green Blue C M Y K H S L
Decimal 254 206 58 0 0.19 0.77 0.00 45.31 0.99 0.61
Hex FE CE 3A 0 13 4D 0 2D 63 3D
Octal 376 316 72 0 23 115 0 55 143 75
Binary 11111110 11001110 111010 0 10011 1001101 0 101101 1100011 111101

Color Harmonies of #FECE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE3A

Black with #FECE3A

Text Example


Text Example

White with #FECE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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