Html Css Color HEX #FABC3F Supernova

📋 copy color: '#FABC3F'

red 250 ◦ green 188 ◦ blue 63

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

Shades of Supernova #FABC3F

Tints of Supernova #FABC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.57%

R = 49.9%
G = 37.52%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FABC3F (or 0xFABC3F) is known color: Supernova. HEX triplet: FA, BC and 3F. RGB value is (250,188,63). Sum of RGB (Red+Green+Blue) = 250+188+63=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC3F is #0543C0. Grayscale: #C0C0C0. Windows color (decimal): -345025 or 4177146. OLE color: 4177146.

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

Color convert

RGB 250 188 63 -
CMYK 0 0.25 0.75 0.02
HSL 40.11º 0.95% 0.61% -
HSV(B) 40.11º 0.75% 0.98% -
XYZ 58.3 56.65 12.56 -
YUV 192.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 250 188 63 0 0.25 0.75 0.02 40.11 0.95 0.61
Hex FA BC 3F 0 19 4B 2 28 5F 3D
Octal 372 274 77 0 31 113 2 50 137 75
Binary 11111010 10111100 111111 0 11001 1001011 10 101000 1011111 111101

Color Harmonies of #FABC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC3F

Black with #FABC3F

Text Example


Text Example

White with #FABC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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