Html Css Color HEX #FAB83A Supernova

📋 copy color: '#FAB83A'

red 250 ◦ green 184 ◦ blue 58

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

Shades of Supernova #FAB83A

Tints of Supernova #FAB83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.79%

R = 50.81%
G = 37.4%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAB83A (or 0xFAB83A) is known color: Supernova. HEX triplet: FA, B8 and 3A. RGB value is (250,184,58). Sum of RGB (Red+Green+Blue) = 250+184+58=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB83A is #0547C5. Grayscale: #BDBDBD. Windows color (decimal): -346054 or 3848442. OLE color: 3848442.

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

Color convert

RGB 250 184 58 -
CMYK 0 0.26 0.77 0.02
HSL 39.38º 0.95% 0.6% -
HSV(B) 39.38º 0.77% 0.98% -
XYZ 57.33 54.91 11.58 -
YUV 189.37 53.87 171.25 -
System Red Green Blue C M Y K H S L
Decimal 250 184 58 0 0.26 0.77 0.02 39.38 0.95 0.6
Hex FA B8 3A 0 1A 4D 2 27 5F 3C
Octal 372 270 72 0 32 115 2 47 137 74
Binary 11111010 10111000 111010 0 11010 1001101 10 100111 1011111 111100

Color Harmonies of #FAB83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB83A

Black with #FAB83A

Text Example


Text Example

White with #FAB83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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