Html Css Color HEX #FAB425 Supernova

📋 copy color: '#FAB425'

red 250 ◦ green 180 ◦ blue 37

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

Shades of Supernova #FAB425

Tints of Supernova #FAB425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.54%

 BLUE value IS 37 (14.84% from 255) = 7.92%

R = 53.53%
G = 38.54%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAB425 (or 0xFAB425) is known color: Supernova. HEX triplet: FA, B4 and 25. RGB value is (250,180,37). Sum of RGB (Red+Green+Blue) = 250+180+37=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB425 is #054BDA. Grayscale: #B9B9B9. Windows color (decimal): -347099 or 2471162. OLE color: 2471162.

HSL color Cylindrical-coordinate representation of color #FAB425: hue angle of 40.28º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAB425 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 180 37 -
CMYK 0 0.28 0.85 0.02
HSL 40.28º 0.96% 0.56% -
HSV(B) 40.28º 0.85% 0.98% -
XYZ 56.08 53.1 9.04 -
YUV 184.63 44.69 174.63 -
System Red Green Blue C M Y K H S L
Decimal 250 180 37 0 0.28 0.85 0.02 40.28 0.96 0.56
Hex FA B4 25 0 1C 55 2 28 60 38
Octal 372 264 45 0 34 125 2 50 140 70
Binary 11111010 10110100 100101 0 11100 1010101 10 101000 1100000 111000

Color Harmonies of #FAB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB425

Black with #FAB425

Text Example


Text Example

White with #FAB425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB425; }

 p { color: rgb(250,180,37); }

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

background-color css

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

 a { background-color: rgb(250,180,37); }

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

border-color css

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

 span { border-color: rgb(250,180,37); }

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