Html Css Color HEX #FABD3D Supernova

📋 copy color: '#FABD3D'

red 250 ◦ green 189 ◦ blue 61

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

Shades of Supernova #FABD3D

Tints of Supernova #FABD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.2%

R = 50%
G = 37.8%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FABD3D (or 0xFABD3D) is known color: Supernova. HEX triplet: FA, BD and 3D. RGB value is (250,189,61). Sum of RGB (Red+Green+Blue) = 250+189+61=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD3D is #0542C2. Grayscale: #C1C1C1. Windows color (decimal): -344771 or 4046330. OLE color: 4046330.

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

Color convert

RGB 250 189 61 -
CMYK 0 0.24 0.76 0.02
HSL 40.63º 0.95% 0.61% -
HSV(B) 40.63º 0.76% 0.98% -
XYZ 58.46 57.06 12.35 -
YUV 192.65 53.71 168.91 -
System Red Green Blue C M Y K H S L
Decimal 250 189 61 0 0.24 0.76 0.02 40.63 0.95 0.61
Hex FA BD 3D 0 18 4C 2 29 5F 3D
Octal 372 275 75 0 30 114 2 51 137 75
Binary 11111010 10111101 111101 0 11000 1001100 10 101001 1011111 111101

Color Harmonies of #FABD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD3D

Black with #FABD3D

Text Example


Text Example

White with #FABD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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