Html Css Color HEX #FAB63C Supernova

📋 copy color: '#FAB63C'

red 250 ◦ green 182 ◦ blue 60

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

Shades of Supernova #FAB63C

Tints of Supernova #FAB63C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.99%

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

R = 50.81%
G = 36.99%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAB63C (or 0xFAB63C) is known color: Supernova. HEX triplet: FA, B6 and 3C. RGB value is (250,182,60). Sum of RGB (Red+Green+Blue) = 250+182+60=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB63C is #0549C3. Grayscale: #BCBCBC. Windows color (decimal): -346564 or 3979002. OLE color: 3979002.

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

Color convert

RGB 250 182 60 -
CMYK 0 0.27 0.76 0.02
HSL 38.53º 0.95% 0.61% -
HSV(B) 38.53º 0.76% 0.98% -
XYZ 56.97 54.11 11.72 -
YUV 188.42 55.53 171.92 -
System Red Green Blue C M Y K H S L
Decimal 250 182 60 0 0.27 0.76 0.02 38.53 0.95 0.61
Hex FA B6 3C 0 1B 4C 2 27 5F 3D
Octal 372 266 74 0 33 114 2 47 137 75
Binary 11111010 10110110 111100 0 11011 1001100 10 100111 1011111 111101

Color Harmonies of #FAB63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB63C

Black with #FAB63C

Text Example


Text Example

White with #FAB63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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