Html Css Color HEX #FAB82F Supernova

📋 copy color: '#FAB82F'

red 250 ◦ green 184 ◦ blue 47

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

Shades of Supernova #FAB82F

Tints of Supernova #FAB82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.77%

R = 51.98%
G = 38.25%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAB82F (or 0xFAB82F) is known color: Supernova. HEX triplet: FA, B8 and 2F. RGB value is (250,184,47). Sum of RGB (Red+Green+Blue) = 250+184+47=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 47 (18.75% from 255 or 9.77% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB82F is #0547D0. Grayscale: #BCBCBC. Windows color (decimal): -346065 or 3127546. OLE color: 3127546.

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

Color convert

RGB 250 184 47 -
CMYK 0 0.26 0.81 0.02
HSL 40.49º 0.95% 0.58% -
HSV(B) 40.49º 0.81% 0.98% -
XYZ 57.08 54.81 10.26 -
YUV 188.12 48.37 172.14 -
System Red Green Blue C M Y K H S L
Decimal 250 184 47 0 0.26 0.81 0.02 40.49 0.95 0.58
Hex FA B8 2F 0 1A 51 2 28 5F 3A
Octal 372 270 57 0 32 121 2 50 137 72
Binary 11111010 10111000 101111 0 11010 1010001 10 101000 1011111 111010

Color Harmonies of #FAB82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB82F

Black with #FAB82F

Text Example


Text Example

White with #FAB82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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