Html Css Color HEX #FCB93E Supernova

📋 copy color: '#FCB93E'

red 252 ◦ green 185 ◦ blue 62

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

Shades of Supernova #FCB93E

Tints of Supernova #FCB93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.42%

R = 50.5%
G = 37.07%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCB93E (or 0xFCB93E) is known color: Supernova. HEX triplet: FC, B9 and 3E. RGB value is (252,185,62). Sum of RGB (Red+Green+Blue) = 252+185+62=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 62 (24.61% from 255 or 12.42% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB93E is #0346C1. Grayscale: #BFBFBF. Windows color (decimal): -214722 or 4110844. OLE color: 4110844.

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

Color convert

RGB 252 185 62 -
CMYK 0 0.27 0.75 0.01
HSL 38.84º 0.97% 0.62% -
HSV(B) 38.84º 0.75% 0.99% -
XYZ 58.36 55.74 12.24 -
YUV 191.01 55.2 171.5 -
System Red Green Blue C M Y K H S L
Decimal 252 185 62 0 0.27 0.75 0.01 38.84 0.97 0.62
Hex FC B9 3E 0 1B 4B 1 27 61 3E
Octal 374 271 76 0 33 113 1 47 141 76
Binary 11111100 10111001 111110 0 11011 1001011 1 100111 1100001 111110

Color Harmonies of #FCB93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB93E

Black with #FCB93E

Text Example


Text Example

White with #FCB93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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