Html Css Color HEX #FAB92C Supernova

📋 copy color: '#FAB92C'

red 250 ◦ green 185 ◦ blue 44

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

Shades of Supernova #FAB92C

Tints of Supernova #FAB92C

RGB

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

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

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

R = 52.19%
G = 38.62%
B = 9.19%

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

#FAB92C (or 0xFAB92C) is known color: Supernova. HEX triplet: FA, B9 and 2C. RGB value is (250,185,44). Sum of RGB (Red+Green+Blue) = 250+185+44=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 44 (17.58% from 255 or 9.19% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB92C is #0546D3. Grayscale: #BCBCBC. Windows color (decimal): -345812 or 2931194. OLE color: 2931194.

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

Color convert

RGB 250 185 44 -
CMYK 0 0.26 0.82 0.02
HSL 41.07º 0.95% 0.58% -
HSV(B) 41.07º 0.82% 0.98% -
XYZ 57.23 55.2 10.02 -
YUV 188.36 46.53 171.96 -
System Red Green Blue C M Y K H S L
Decimal 250 185 44 0 0.26 0.82 0.02 41.07 0.95 0.58
Hex FA B9 2C 0 1A 52 2 29 5F 3A
Octal 372 271 54 0 32 122 2 51 137 72
Binary 11111010 10111001 101100 0 11010 1010010 10 101001 1011111 111010

Color Harmonies of #FAB92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB92C

Black with #FAB92C

Text Example


Text Example

White with #FAB92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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