Html Css Color HEX #FCB63E Supernova

📋 copy color: '#FCB63E'

red 252 ◦ green 182 ◦ blue 62

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

Shades of Supernova #FCB63E

Tints of Supernova #FCB63E

RGB

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

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

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

R = 50.81%
G = 36.69%
B = 12.5%

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

#FCB63E (or 0xFCB63E) is known color: Supernova. HEX triplet: FC, B6 and 3E. RGB value is (252,182,62). Sum of RGB (Red+Green+Blue) = 252+182+62=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 62 (24.61% from 255 or 12.5% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB63E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB63E is #0349C1. Grayscale: #BDBDBD. Windows color (decimal): -215490 or 4110076. OLE color: 4110076.

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

Color convert

RGB 252 182 62 -
CMYK 0 0.28 0.75 0.01
HSL 37.89º 0.97% 0.62% -
HSV(B) 37.89º 0.75% 0.99% -
XYZ 57.74 54.5 12.03 -
YUV 189.25 56.19 172.76 -
System Red Green Blue C M Y K H S L
Decimal 252 182 62 0 0.28 0.75 0.01 37.89 0.97 0.62
Hex FC B6 3E 0 1C 4B 1 26 61 3E
Octal 374 266 76 0 34 113 1 46 141 76
Binary 11111100 10110110 111110 0 11100 1001011 1 100110 1100001 111110

Color Harmonies of #FCB63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB63E

Black with #FCB63E

Text Example


Text Example

White with #FCB63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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