Html Css Color HEX #FAB93C Supernova

📋 copy color: '#FAB93C'

red 250 ◦ green 185 ◦ blue 60

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

Shades of Supernova #FAB93C

Tints of Supernova #FAB93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.12%

R = 50.51%
G = 37.37%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAB93C (or 0xFAB93C) is known color: Supernova. HEX triplet: FA, B9 and 3C. RGB value is (250,185,60). Sum of RGB (Red+Green+Blue) = 250+185+60=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB93C is #0546C3. Grayscale: #BEBEBE. Windows color (decimal): -345796 or 3979770. OLE color: 3979770.

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

Color convert

RGB 250 185 60 -
CMYK 0 0.26 0.76 0.02
HSL 39.47º 0.95% 0.61% -
HSV(B) 39.47º 0.76% 0.98% -
XYZ 57.59 55.35 11.92 -
YUV 190.19 54.53 170.66 -
System Red Green Blue C M Y K H S L
Decimal 250 185 60 0 0.26 0.76 0.02 39.47 0.95 0.61
Hex FA B9 3C 0 1A 4C 2 27 5F 3D
Octal 372 271 74 0 32 114 2 47 137 75
Binary 11111010 10111001 111100 0 11010 1001100 10 100111 1011111 111101

Color Harmonies of #FAB93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB93C

Black with #FAB93C

Text Example


Text Example

White with #FAB93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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