Html Css Color HEX #FABC41 Supernova

📋 copy color: '#FABC41'

red 250 ◦ green 188 ◦ blue 65

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

Shades of Supernova #FABC41

Tints of Supernova #FABC41

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.38%

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

R = 49.7%
G = 37.38%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FABC41 (or 0xFABC41) is known color: Supernova. HEX triplet: FA, BC and 41. RGB value is (250,188,65). Sum of RGB (Red+Green+Blue) = 250+188+65=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC41 is #0543BE. Grayscale: #C1C1C1. Windows color (decimal): -345023 or 4308218. OLE color: 4308218.

HSL color Cylindrical-coordinate representation of color #FABC41: hue angle of 39.89º 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 #FABC41 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 188 65 -
CMYK 0 0.25 0.74 0.02
HSL 39.89º 0.95% 0.62% -
HSV(B) 39.89º 0.74% 0.98% -
XYZ 58.36 56.67 12.86 -
YUV 192.52 56.04 169 -
System Red Green Blue C M Y K H S L
Decimal 250 188 65 0 0.25 0.74 0.02 39.89 0.95 0.62
Hex FA BC 41 0 19 4A 2 28 5F 3E
Octal 372 274 101 0 31 112 2 50 137 76
Binary 11111010 10111100 1000001 0 11001 1001010 10 101000 1011111 111110

Color Harmonies of #FABC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC41

Black with #FABC41

Text Example


Text Example

White with #FABC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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