Html Css Color HEX #FECB3A Sunglow

📋 copy color: '#FECB3A'

red 254 ◦ green 203 ◦ blue 58

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

Shades of Sunglow #FECB3A

Tints of Sunglow #FECB3A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.42%

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

R = 49.32%
G = 39.42%
B = 11.26%

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

#FECB3A (or 0xFECB3A) is known color: Sunglow. HEX triplet: FE, CB and 3A. RGB value is (254,203,58). Sum of RGB (Red+Green+Blue) = 254+203+58=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 58 (23.05% from 255 or 11.26% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB3A is #0134C5. Grayscale: #CACACA. Windows color (decimal): -79046 or 3853310. OLE color: 3853310.

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

Color convert

RGB 254 203 58 -
CMYK 0 0.20 0.77 0.00
HSL 44.39º 0.99% 0.61% -
HSV(B) 44.39º 0.77% 1% -
XYZ 62.99 64.09 13.05 -
YUV 201.72 46.9 165.29 -
System Red Green Blue C M Y K H S L
Decimal 254 203 58 0 0.20 0.77 0.00 44.39 0.99 0.61
Hex FE CB 3A 0 14 4D 0 2C 63 3D
Octal 376 313 72 0 24 115 0 54 143 75
Binary 11111110 11001011 111010 0 10100 1001101 0 101100 1100011 111101

Color Harmonies of #FECB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB3A

Black with #FECB3A

Text Example


Text Example

White with #FECB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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