Html Css Color HEX #FCB63F Supernova

📋 copy color: '#FCB63F'

red 252 ◦ green 182 ◦ blue 63

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

Shades of Supernova #FCB63F

Tints of Supernova #FCB63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.68%

R = 50.7%
G = 36.62%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCB63F (or 0xFCB63F) is known color: Supernova. HEX triplet: FC, B6 and 3F. RGB value is (252,182,63). Sum of RGB (Red+Green+Blue) = 252+182+63=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB63F is #0349C0. Grayscale: #BDBDBD. Windows color (decimal): -215489 or 4175612. OLE color: 4175612.

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

Color convert

RGB 252 182 63 -
CMYK 0 0.28 0.75 0.01
HSL 37.78º 0.97% 0.62% -
HSV(B) 37.78º 0.75% 0.99% -
XYZ 57.77 54.51 12.18 -
YUV 189.36 56.69 172.68 -
System Red Green Blue C M Y K H S L
Decimal 252 182 63 0 0.28 0.75 0.01 37.78 0.97 0.62
Hex FC B6 3F 0 1C 4B 1 26 61 3E
Octal 374 266 77 0 34 113 1 46 141 76
Binary 11111100 10110110 111111 0 11100 1001011 1 100110 1100001 111110

Color Harmonies of #FCB63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB63F

Black with #FCB63F

Text Example


Text Example

White with #FCB63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB63F; }

 p { color: rgb(252,182,63); }

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

background-color css

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

 a { background-color: rgb(252,182,63); }

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

border-color css

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

 span { border-color: rgb(252,182,63); }

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