Html Css Color HEX #FABD40 Supernova

📋 copy color: '#FABD40'

red 250 ◦ green 189 ◦ blue 64

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

Shades of Supernova #FABD40

Tints of Supernova #FABD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.72%

R = 49.7%
G = 37.57%
B = 12.72%

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

#FABD40 (or 0xFABD40) is known color: Supernova. HEX triplet: FA, BD and 40. RGB value is (250,189,64). Sum of RGB (Red+Green+Blue) = 250+189+64=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 64 (25.39% from 255 or 12.72% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD40 is #0542BF. Grayscale: #C1C1C1. Windows color (decimal): -344768 or 4242938. OLE color: 4242938.

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

Color convert

RGB 250 189 64 -
CMYK 0 0.24 0.74 0.02
HSL 40.32º 0.95% 0.62% -
HSV(B) 40.32º 0.74% 0.98% -
XYZ 58.55 57.09 12.78 -
YUV 192.99 55.21 168.66 -
System Red Green Blue C M Y K H S L
Decimal 250 189 64 0 0.24 0.74 0.02 40.32 0.95 0.62
Hex FA BD 40 0 18 4A 2 28 5F 3E
Octal 372 275 100 0 30 112 2 50 137 76
Binary 11111010 10111101 1000000 0 11000 1001010 10 101000 1011111 111110

Color Harmonies of #FABD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD40

Black with #FABD40

Text Example


Text Example

White with #FABD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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