Html Css Color HEX #FAB431 Supernova

📋 copy color: '#FAB431'

red 250 ◦ green 180 ◦ blue 49

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

Shades of Supernova #FAB431

Tints of Supernova #FAB431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.23%

R = 52.19%
G = 37.58%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAB431 (or 0xFAB431) is known color: Supernova. HEX triplet: FA, B4 and 31. RGB value is (250,180,49). Sum of RGB (Red+Green+Blue) = 250+180+49=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB431 is #054BCE. Grayscale: #BABABA. Windows color (decimal): -347087 or 3257594. OLE color: 3257594.

HSL color Cylindrical-coordinate representation of color #FAB431: hue angle of 39.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAB431 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 180 49 -
CMYK 0 0.28 0.80 0.02
HSL 39.1º 0.95% 0.59% -
HSV(B) 39.1º 0.8% 0.98% -
XYZ 56.3 53.19 10.2 -
YUV 186 50.69 173.65 -
System Red Green Blue C M Y K H S L
Decimal 250 180 49 0 0.28 0.80 0.02 39.1 0.95 0.59
Hex FA B4 31 0 1C 50 2 27 5F 3B
Octal 372 264 61 0 34 120 2 47 137 73
Binary 11111010 10110100 110001 0 11100 1010000 10 100111 1011111 111011

Color Harmonies of #FAB431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB431

Black with #FAB431

Text Example


Text Example

White with #FAB431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB431; }

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

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

background-color css

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

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

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

border-color css

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

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

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