Html Css Color HEX #FCBA3B Supernova

📋 copy color: '#FCBA3B'

red 252 ◦ green 186 ◦ blue 59

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

Shades of Supernova #FCBA3B

Tints of Supernova #FCBA3B

RGB

 RED value IS 252 (98.83% from 255) = 50.7%

 GREEN value IS 186 (73.05% from 255) = 37.42%

 BLUE value IS 59 (23.44% from 255) = 11.87%

R = 50.7%
G = 37.42%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCBA3B (or 0xFCBA3B) is known color: Supernova. HEX triplet: FC, BA and 3B. RGB value is (252,186,59). Sum of RGB (Red+Green+Blue) = 252+186+59=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 59 (23.44% from 255 or 11.87% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA3B is #0345C4. Grayscale: #BFBFBF. Windows color (decimal): -214469 or 3914492. OLE color: 3914492.

HSL color Cylindrical-coordinate representation of color #FCBA3B: hue angle of 39.48º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCBA3B is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 186 59 -
CMYK 0 0.26 0.77 0.01
HSL 39.48º 0.97% 0.61% -
HSV(B) 39.48º 0.77% 0.99% -
XYZ 58.49 56.13 11.89 -
YUV 191.26 53.37 171.33 -
System Red Green Blue C M Y K H S L
Decimal 252 186 59 0 0.26 0.77 0.01 39.48 0.97 0.61
Hex FC BA 3B 0 1A 4D 1 27 61 3D
Octal 374 272 73 0 32 115 1 47 141 75
Binary 11111100 10111010 111011 0 11010 1001101 1 100111 1100001 111101

Color Harmonies of #FCBA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA3B

Black with #FCBA3B

Text Example


Text Example

White with #FCBA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA3B; }

 p { color: rgb(252,186,59); }

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

background-color css

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

 a { background-color: rgb(252,186,59); }

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

border-color css

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

 span { border-color: rgb(252,186,59); }

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