Html Css Color HEX #FAB934 Supernova

📋 copy color: '#FAB934'

red 250 ◦ green 185 ◦ blue 52

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

Shades of Supernova #FAB934

Tints of Supernova #FAB934

RGB

 RED value IS 250 (98.05% from 255) = 51.33%

 GREEN value IS 185 (72.66% from 255) = 37.99%

 BLUE value IS 52 (20.7% from 255) = 10.68%

R = 51.33%
G = 37.99%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAB934 (or 0xFAB934) is known color: Supernova. HEX triplet: FA, B9 and 34. RGB value is (250,185,52). Sum of RGB (Red+Green+Blue) = 250+185+52=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 52 (20.70% from 255 or 10.68% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB934 is #0546CB. Grayscale: #BDBDBD. Windows color (decimal): -345804 or 3455482. OLE color: 3455482.

HSL color Cylindrical-coordinate representation of color #FAB934: hue angle of 40.3º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FAB934 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 185 52 -
CMYK 0 0.26 0.79 0.02
HSL 40.3º 0.95% 0.59% -
HSV(B) 40.3º 0.79% 0.98% -
XYZ 57.39 55.27 10.89 -
YUV 189.27 50.53 171.31 -
System Red Green Blue C M Y K H S L
Decimal 250 185 52 0 0.26 0.79 0.02 40.3 0.95 0.59
Hex FA B9 34 0 1A 4F 2 28 5F 3B
Octal 372 271 64 0 32 117 2 50 137 73
Binary 11111010 10111001 110100 0 11010 1001111 10 101000 1011111 111011

Color Harmonies of #FAB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB934

Black with #FAB934

Text Example


Text Example

White with #FAB934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB934; }

 p { color: rgb(250,185,52); }

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

background-color css

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

 a { background-color: rgb(250,185,52); }

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

border-color css

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

 span { border-color: rgb(250,185,52); }

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