Html Css Color HEX #F4AF30 Supernova

📋 copy color: '#F4AF30'

red 244 ◦ green 175 ◦ blue 48

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

Shades of Supernova #F4AF30

Tints of Supernova #F4AF30

RGB

 RED value IS 244 (95.7% from 255) = 52.25%

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

 BLUE value IS 48 (19.14% from 255) = 10.28%

R = 52.25%
G = 37.47%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F4AF30 (or 0xF4AF30) is known color: Supernova. HEX triplet: F4, AF and 30. RGB value is (244,175,48). Sum of RGB (Red+Green+Blue) = 244+175+48=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AF30 is #0B50CF. Grayscale: #B5B5B5. Windows color (decimal): -741584 or 3190772. OLE color: 3190772.

HSL color Cylindrical-coordinate representation of color #F4AF30: hue angle of 38.88º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4AF30 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 175 48 -
CMYK 0 0.28 0.80 0.04
HSL 38.88º 0.9% 0.57% -
HSV(B) 38.88º 0.8% 0.96% -
XYZ 53.17 50.11 9.67 -
YUV 181.15 52.86 172.83 -
System Red Green Blue C M Y K H S L
Decimal 244 175 48 0 0.28 0.80 0.04 38.88 0.9 0.57
Hex F4 AF 30 0 1C 50 4 27 5A 39
Octal 364 257 60 0 34 120 4 47 132 71
Binary 11110100 10101111 110000 0 11100 1010000 100 100111 1011010 111001

Color Harmonies of #F4AF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AF30

Black with #F4AF30

Text Example


Text Example

White with #F4AF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AF30; }

 p { color: rgb(244,175,48); }

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

background-color css

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

 a { background-color: rgb(244,175,48); }

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

border-color css

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

 span { border-color: rgb(244,175,48); }

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