Html Css Color HEX #FCB93A Supernova

📋 copy color: '#FCB93A'

red 252 ◦ green 185 ◦ blue 58

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

Shades of Supernova #FCB93A

Tints of Supernova #FCB93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.72%

R = 50.91%
G = 37.37%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCB93A (or 0xFCB93A) is known color: Supernova. HEX triplet: FC, B9 and 3A. RGB value is (252,185,58). Sum of RGB (Red+Green+Blue) = 252+185+58=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB93A is #0346C5. Grayscale: #BFBFBF. Windows color (decimal): -214726 or 3848700. OLE color: 3848700.

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

Color convert

RGB 252 185 58 -
CMYK 0 0.27 0.77 0.01
HSL 39.28º 0.97% 0.61% -
HSV(B) 39.28º 0.77% 0.99% -
XYZ 58.26 55.7 11.68 -
YUV 190.56 53.2 171.83 -
System Red Green Blue C M Y K H S L
Decimal 252 185 58 0 0.27 0.77 0.01 39.28 0.97 0.61
Hex FC B9 3A 0 1B 4D 1 27 61 3D
Octal 374 271 72 0 33 115 1 47 141 75
Binary 11111100 10111001 111010 0 11011 1001101 1 100111 1100001 111101

Color Harmonies of #FCB93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB93A

Black with #FCB93A

Text Example


Text Example

White with #FCB93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB93A; }

 p { color: rgb(252,185,58); }

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

background-color css

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

 a { background-color: rgb(252,185,58); }

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

border-color css

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

 span { border-color: rgb(252,185,58); }

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