Html Css Color HEX #FAB426 Supernova

📋 copy color: '#FAB426'

red 250 ◦ green 180 ◦ blue 38

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

Shades of Supernova #FAB426

Tints of Supernova #FAB426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.12%

R = 53.42%
G = 38.46%
B = 8.12%

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

#FAB426 (or 0xFAB426) is known color: Supernova. HEX triplet: FA, B4 and 26. RGB value is (250,180,38). Sum of RGB (Red+Green+Blue) = 250+180+38=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 38 (15.23% from 255 or 8.12% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB426 is #054BD9. Grayscale: #B9B9B9. Windows color (decimal): -347098 or 2536698. OLE color: 2536698.

HSL color Cylindrical-coordinate representation of color #FAB426: hue angle of 40.19º degrees, saturation: 0.95, 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 #FAB426 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 180 38 -
CMYK 0 0.28 0.85 0.02
HSL 40.19º 0.95% 0.56% -
HSV(B) 40.19º 0.85% 0.98% -
XYZ 56.1 53.11 9.13 -
YUV 184.74 45.19 174.55 -
System Red Green Blue C M Y K H S L
Decimal 250 180 38 0 0.28 0.85 0.02 40.19 0.95 0.56
Hex FA B4 26 0 1C 55 2 28 5F 38
Octal 372 264 46 0 34 125 2 50 137 70
Binary 11111010 10110100 100110 0 11100 1010101 10 101000 1011111 111000

Color Harmonies of #FAB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB426

Black with #FAB426

Text Example


Text Example

White with #FAB426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB426; }

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

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

background-color css

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

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

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

border-color css

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

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

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