Html Css Color HEX #FAB128 Supernova

📋 copy color: '#FAB128'

red 250 ◦ green 177 ◦ blue 40

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

Shades of Supernova #FAB128

Tints of Supernova #FAB128

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.9%

 BLUE value IS 40 (16.02% from 255) = 8.57%

R = 53.53%
G = 37.9%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAB128 (or 0xFAB128) is known color: Supernova. HEX triplet: FA, B1 and 28. RGB value is (250,177,40). Sum of RGB (Red+Green+Blue) = 250+177+40=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB128 is #054ED7. Grayscale: #B7B7B7. Windows color (decimal): -347864 or 2667002. OLE color: 2667002.

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

Color convert

RGB 250 177 40 -
CMYK 0 0.29 0.84 0.02
HSL 39.14º 0.95% 0.57% -
HSV(B) 39.14º 0.84% 0.98% -
XYZ 55.53 51.92 9.1 -
YUV 183.21 47.18 175.64 -
System Red Green Blue C M Y K H S L
Decimal 250 177 40 0 0.29 0.84 0.02 39.14 0.95 0.57
Hex FA B1 28 0 1D 54 2 27 5F 39
Octal 372 261 50 0 35 124 2 47 137 71
Binary 11111010 10110001 101000 0 11101 1010100 10 100111 1011111 111001

Color Harmonies of #FAB128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB128

Black with #FAB128

Text Example


Text Example

White with #FAB128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB128; }

 p { color: rgb(250,177,40); }

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

background-color css

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

 a { background-color: rgb(250,177,40); }

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

border-color css

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

 span { border-color: rgb(250,177,40); }

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