Html Css Color HEX #FEAC38 Supernova

📋 copy color: '#FEAC38'

red 254 ◦ green 172 ◦ blue 56

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

Shades of Supernova #FEAC38

Tints of Supernova #FEAC38

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.68%

 BLUE value IS 56 (22.27% from 255) = 11.62%

R = 52.7%
G = 35.68%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FEAC38 (or 0xFEAC38) is known color: Supernova. HEX triplet: FE, AC and 38. RGB value is (254,172,56). Sum of RGB (Red+Green+Blue) = 254+172+56=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 56 (22.27% from 255 or 11.62% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC38 is #0153C7. Grayscale: #B7B7B7. Windows color (decimal): -86984 or 3714302. OLE color: 3714302.

HSL color Cylindrical-coordinate representation of color #FEAC38: hue angle of 35.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEAC38 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 172 56 -
CMYK 0 0.32 0.78 0.00
HSL 35.15º 0.99% 0.61% -
HSV(B) 35.15º 0.78% 1% -
XYZ 56.34 50.86 10.59 -
YUV 183.29 56.17 178.43 -
System Red Green Blue C M Y K H S L
Decimal 254 172 56 0 0.32 0.78 0.00 35.15 0.99 0.61
Hex FE AC 38 0 20 4E 0 23 63 3D
Octal 376 254 70 0 40 116 0 43 143 75
Binary 11111110 10101100 111000 0 100000 1001110 0 100011 1100011 111101

Color Harmonies of #FEAC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC38

Black with #FEAC38

Text Example


Text Example

White with #FEAC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC38; }

 p { color: rgb(254,172,56); }

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

background-color css

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

 a { background-color: rgb(254,172,56); }

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

border-color css

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

 span { border-color: rgb(254,172,56); }

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