Html Css Color HEX #FAB82C Supernova

📋 copy color: '#FAB82C'

red 250 ◦ green 184 ◦ blue 44

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

Shades of Supernova #FAB82C

Tints of Supernova #FAB82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.21%

R = 52.3%
G = 38.49%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAB82C (or 0xFAB82C) is known color: Supernova. HEX triplet: FA, B8 and 2C. RGB value is (250,184,44). Sum of RGB (Red+Green+Blue) = 250+184+44=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB82C is #0547D3. Grayscale: #BCBCBC. Windows color (decimal): -346068 or 2930938. OLE color: 2930938.

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

Color convert

RGB 250 184 44 -
CMYK 0 0.26 0.82 0.02
HSL 40.78º 0.95% 0.58% -
HSV(B) 40.78º 0.82% 0.98% -
XYZ 57.02 54.79 9.95 -
YUV 187.77 46.87 172.38 -
System Red Green Blue C M Y K H S L
Decimal 250 184 44 0 0.26 0.82 0.02 40.78 0.95 0.58
Hex FA B8 2C 0 1A 52 2 29 5F 3A
Octal 372 270 54 0 32 122 2 51 137 72
Binary 11111010 10111000 101100 0 11010 1010010 10 101001 1011111 111010

Color Harmonies of #FAB82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB82C

Black with #FAB82C

Text Example


Text Example

White with #FAB82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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