Html Css Color HEX #FABD41 Supernova

📋 copy color: '#FABD41'

red 250 ◦ green 189 ◦ blue 65

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

Shades of Supernova #FABD41

Tints of Supernova #FABD41

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.5%

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

R = 49.6%
G = 37.5%
B = 12.9%

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

#FABD41 (or 0xFABD41) is known color: Supernova. HEX triplet: FA, BD and 41. RGB value is (250,189,65). Sum of RGB (Red+Green+Blue) = 250+189+65=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD41 is #0542BE. Grayscale: #C1C1C1. Windows color (decimal): -344767 or 4308474. OLE color: 4308474.

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

Color convert

RGB 250 189 65 -
CMYK 0 0.24 0.74 0.02
HSL 40.22º 0.95% 0.62% -
HSV(B) 40.22º 0.74% 0.98% -
XYZ 58.58 57.1 12.94 -
YUV 193.1 55.71 168.58 -
System Red Green Blue C M Y K H S L
Decimal 250 189 65 0 0.24 0.74 0.02 40.22 0.95 0.62
Hex FA BD 41 0 18 4A 2 28 5F 3E
Octal 372 275 101 0 30 112 2 50 137 76
Binary 11111010 10111101 1000001 0 11000 1001010 10 101000 1011111 111110

Color Harmonies of #FABD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD41

Black with #FABD41

Text Example


Text Example

White with #FABD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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