Html Css Color HEX #F5AF33 Supernova

📋 copy color: '#F5AF33'

red 245 ◦ green 175 ◦ blue 51

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

Shades of Supernova #F5AF33

Tints of Supernova #F5AF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.83%

R = 52.02%
G = 37.15%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F5AF33 (or 0xF5AF33) is known color: Supernova. HEX triplet: F5, AF and 33. RGB value is (245,175,51). Sum of RGB (Red+Green+Blue) = 245+175+51=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF33 is #0A50CC. Grayscale: #B6B6B6. Windows color (decimal): -676045 or 3387381. OLE color: 3387381.

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

Color convert

RGB 245 175 51 -
CMYK 0 0.29 0.79 0.04
HSL 38.35º 0.91% 0.58% -
HSV(B) 38.35º 0.79% 0.96% -
XYZ 53.58 50.31 10.02 -
YUV 181.79 54.19 173.08 -
System Red Green Blue C M Y K H S L
Decimal 245 175 51 0 0.29 0.79 0.04 38.35 0.91 0.58
Hex F5 AF 33 0 1D 4F 4 26 5B 3A
Octal 365 257 63 0 35 117 4 46 133 72
Binary 11110101 10101111 110011 0 11101 1001111 100 100110 1011011 111010

Color Harmonies of #F5AF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF33

Black with #F5AF33

Text Example


Text Example

White with #F5AF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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