Html Css Color HEX #FAB834 Supernova

📋 copy color: '#FAB834'

red 250 ◦ green 184 ◦ blue 52

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

Shades of Supernova #FAB834

Tints of Supernova #FAB834

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.86%

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

R = 51.44%
G = 37.86%
B = 10.7%

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

#FAB834 (or 0xFAB834) is known color: Supernova. HEX triplet: FA, B8 and 34. RGB value is (250,184,52). Sum of RGB (Red+Green+Blue) = 250+184+52=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 52 (20.70% from 255 or 10.70% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB834 is #0547CB. Grayscale: #BDBDBD. Windows color (decimal): -346060 or 3455226. OLE color: 3455226.

HSL color Cylindrical-coordinate representation of color #FAB834: hue angle of 40º 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 #FAB834 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 184 52 -
CMYK 0 0.26 0.79 0.02
HSL 40º 0.95% 0.59% -
HSV(B) 40º 0.79% 0.98% -
XYZ 57.18 54.85 10.82 -
YUV 188.69 50.87 171.73 -
System Red Green Blue C M Y K H S L
Decimal 250 184 52 0 0.26 0.79 0.02 40 0.95 0.59
Hex FA B8 34 0 1A 4F 2 28 5F 3B
Octal 372 270 64 0 32 117 2 50 137 73
Binary 11111010 10111000 110100 0 11010 1001111 10 101000 1011111 111011

Color Harmonies of #FAB834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB834

Black with #FAB834

Text Example


Text Example

White with #FAB834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB834; }

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

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

background-color css

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

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

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

border-color css

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

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

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