Html Css Color HEX #FAB93F Supernova

📋 copy color: '#FAB93F'

red 250 ◦ green 185 ◦ blue 63

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

Shades of Supernova #FAB93F

Tints of Supernova #FAB93F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.15%

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

R = 50.2%
G = 37.15%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAB93F (or 0xFAB93F) is known color: Supernova. HEX triplet: FA, B9 and 3F. RGB value is (250,185,63). Sum of RGB (Red+Green+Blue) = 250+185+63=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB93F is #0546C0. Grayscale: #BFBFBF. Windows color (decimal): -345793 or 4176378. OLE color: 4176378.

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

Color convert

RGB 250 185 63 -
CMYK 0 0.26 0.75 0.02
HSL 39.14º 0.95% 0.61% -
HSV(B) 39.14º 0.75% 0.98% -
XYZ 57.67 55.38 12.35 -
YUV 190.53 56.03 170.42 -
System Red Green Blue C M Y K H S L
Decimal 250 185 63 0 0.26 0.75 0.02 39.14 0.95 0.61
Hex FA B9 3F 0 1A 4B 2 27 5F 3D
Octal 372 271 77 0 32 113 2 47 137 75
Binary 11111010 10111001 111111 0 11010 1001011 10 100111 1011111 111101

Color Harmonies of #FAB93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB93F

Black with #FAB93F

Text Example


Text Example

White with #FAB93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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