Html Css Color HEX #F8AE32 Supernova

📋 copy color: '#F8AE32'

red 248 ◦ green 174 ◦ blue 50

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

Shades of Supernova #F8AE32

Tints of Supernova #F8AE32

RGB

 RED value IS 248 (97.27% from 255) = 52.54%

 GREEN value IS 174 (68.36% from 255) = 36.86%

 BLUE value IS 50 (19.92% from 255) = 10.59%

R = 52.54%
G = 36.86%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F8AE32 (or 0xF8AE32) is known color: Supernova. HEX triplet: F8, AE and 32. RGB value is (248,174,50). Sum of RGB (Red+Green+Blue) = 248+174+50=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AE32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AE32 is #0751CD. Grayscale: #B6B6B6. Windows color (decimal): -479694 or 3321592. OLE color: 3321592.

HSL color Cylindrical-coordinate representation of color #F8AE32: hue angle of 37.58º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8AE32 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 174 50 -
CMYK 0 0.30 0.80 0.03
HSL 37.58º 0.93% 0.58% -
HSV(B) 37.58º 0.8% 0.97% -
XYZ 54.42 50.46 9.89 -
YUV 181.99 53.52 175.08 -
System Red Green Blue C M Y K H S L
Decimal 248 174 50 0 0.30 0.80 0.03 37.58 0.93 0.58
Hex F8 AE 32 0 1E 50 3 26 5D 3A
Octal 370 256 62 0 36 120 3 46 135 72
Binary 11111000 10101110 110010 0 11110 1010000 11 100110 1011101 111010

Color Harmonies of #F8AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AE32

Black with #F8AE32

Text Example


Text Example

White with #F8AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AE32; }

 p { color: rgb(248,174,50); }

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

background-color css

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

 a { background-color: rgb(248,174,50); }

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

border-color css

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

 span { border-color: rgb(248,174,50); }

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