Html Css Color HEX #FAB23C Supernova

📋 copy color: '#FAB23C'

red 250 ◦ green 178 ◦ blue 60

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

Shades of Supernova #FAB23C

Tints of Supernova #FAB23C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.48%

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

R = 51.23%
G = 36.48%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAB23C (or 0xFAB23C) is known color: Supernova. HEX triplet: FA, B2 and 3C. RGB value is (250,178,60). Sum of RGB (Red+Green+Blue) = 250+178+60=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB23C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB23C is #054DC3. Grayscale: #BABABA. Windows color (decimal): -347588 or 3977978. OLE color: 3977978.

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

Color convert

RGB 250 178 60 -
CMYK 0 0.29 0.76 0.02
HSL 37.26º 0.95% 0.61% -
HSV(B) 37.26º 0.76% 0.98% -
XYZ 56.16 52.49 11.45 -
YUV 186.08 56.85 173.59 -
System Red Green Blue C M Y K H S L
Decimal 250 178 60 0 0.29 0.76 0.02 37.26 0.95 0.61
Hex FA B2 3C 0 1D 4C 2 25 5F 3D
Octal 372 262 74 0 35 114 2 45 137 75
Binary 11111010 10110010 111100 0 11101 1001100 10 100101 1011111 111101

Color Harmonies of #FAB23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB23C

Black with #FAB23C

Text Example


Text Example

White with #FAB23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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