Html Css Color HEX #F5AD38 Supernova

📋 copy color: '#F5AD38'

red 245 ◦ green 173 ◦ blue 56

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

Shades of Supernova #F5AD38

Tints of Supernova #F5AD38

RGB

 RED value IS 245 (96.09% from 255) = 51.69%

 GREEN value IS 173 (67.97% from 255) = 36.5%

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

R = 51.69%
G = 36.5%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F5AD38 (or 0xF5AD38) is known color: Supernova. HEX triplet: F5, AD and 38. RGB value is (245,173,56). Sum of RGB (Red+Green+Blue) = 245+173+56=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AD38 is #0A52C7. Grayscale: #B5B5B5. Windows color (decimal): -676552 or 3714549. OLE color: 3714549.

HSL color Cylindrical-coordinate representation of color #F5AD38: hue angle of 37.14º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5AD38 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 173 56 -
CMYK 0 0.29 0.77 0.04
HSL 37.14º 0.9% 0.59% -
HSV(B) 37.14º 0.77% 0.96% -
XYZ 53.31 49.59 10.5 -
YUV 181.19 57.35 173.51 -
System Red Green Blue C M Y K H S L
Decimal 245 173 56 0 0.29 0.77 0.04 37.14 0.9 0.59
Hex F5 AD 38 0 1D 4D 4 25 5A 3B
Octal 365 255 70 0 35 115 4 45 132 73
Binary 11110101 10101101 111000 0 11101 1001101 100 100101 1011010 111011

Color Harmonies of #F5AD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AD38

Black with #F5AD38

Text Example


Text Example

White with #F5AD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AD38; }

 p { color: rgb(245,173,56); }

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

background-color css

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

 a { background-color: rgb(245,173,56); }

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

border-color css

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

 span { border-color: rgb(245,173,56); }

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