Html Css Color HEX #F5AF3A Supernova

📋 copy color: '#F5AF3A'

red 245 ◦ green 175 ◦ blue 58

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

Shades of Supernova #F5AF3A

Tints of Supernova #F5AF3A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

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

R = 51.26%
G = 36.61%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5AF3A (or 0xF5AF3A) is known color: Supernova. HEX triplet: F5, AF and 3A. RGB value is (245,175,58). Sum of RGB (Red+Green+Blue) = 245+175+58=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF3A is #0A50C5. Grayscale: #B7B7B7. Windows color (decimal): -676038 or 3846133. OLE color: 3846133.

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

Color convert

RGB 245 175 58 -
CMYK 0 0.29 0.76 0.04
HSL 37.54º 0.9% 0.59% -
HSV(B) 37.54º 0.76% 0.96% -
XYZ 53.75 50.38 10.89 -
YUV 182.59 57.69 172.51 -
System Red Green Blue C M Y K H S L
Decimal 245 175 58 0 0.29 0.76 0.04 37.54 0.9 0.59
Hex F5 AF 3A 0 1D 4C 4 26 5A 3B
Octal 365 257 72 0 35 114 4 46 132 73
Binary 11110101 10101111 111010 0 11101 1001100 100 100110 1011010 111011

Color Harmonies of #F5AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF3A

Black with #F5AF3A

Text Example


Text Example

White with #F5AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF3A; }

 p { color: rgb(245,175,58); }

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

background-color css

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

 a { background-color: rgb(245,175,58); }

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

border-color css

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

 span { border-color: rgb(245,175,58); }

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