Html Css Color HEX #FABE41 Supernova

📋 copy color: '#FABE41'

red 250 ◦ green 190 ◦ blue 65

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

Shades of Supernova #FABE41

Tints of Supernova #FABE41

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.62%

 BLUE value IS 65 (25.78% from 255) = 12.87%

R = 49.5%
G = 37.62%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FABE41 (or 0xFABE41) is known color: Supernova. HEX triplet: FA, BE and 41. RGB value is (250,190,65). Sum of RGB (Red+Green+Blue) = 250+190+65=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABE41 is #0541BE. Grayscale: #C2C2C2. Windows color (decimal): -344511 or 4308730. OLE color: 4308730.

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

Color convert

RGB 250 190 65 -
CMYK 0 0.24 0.74 0.02
HSL 40.54º 0.95% 0.62% -
HSV(B) 40.54º 0.74% 0.98% -
XYZ 58.79 57.53 13.01 -
YUV 193.69 55.38 168.16 -
System Red Green Blue C M Y K H S L
Decimal 250 190 65 0 0.24 0.74 0.02 40.54 0.95 0.62
Hex FA BE 41 0 18 4A 2 29 5F 3E
Octal 372 276 101 0 30 112 2 51 137 76
Binary 11111010 10111110 1000001 0 11000 1001010 10 101001 1011111 111110

Color Harmonies of #FABE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABE41

Black with #FABE41

Text Example


Text Example

White with #FABE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABE41; }

 p { color: rgb(250,190,65); }

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

background-color css

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

 a { background-color: rgb(250,190,65); }

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

border-color css

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

 span { border-color: rgb(250,190,65); }

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