Html Css Color HEX #FCBA38 Supernova

📋 copy color: '#FCBA38'

red 252 ◦ green 186 ◦ blue 56

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

Shades of Supernova #FCBA38

Tints of Supernova #FCBA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.34%

R = 51.01%
G = 37.65%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCBA38 (or 0xFCBA38) is known color: Supernova. HEX triplet: FC, BA and 38. RGB value is (252,186,56). Sum of RGB (Red+Green+Blue) = 252+186+56=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 56 (22.27% from 255 or 11.34% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA38 is #0345C7. Grayscale: #BFBFBF. Windows color (decimal): -214472 or 3717884. OLE color: 3717884.

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

Color convert

RGB 252 186 56 -
CMYK 0 0.26 0.78 0.01
HSL 39.8º 0.97% 0.6% -
HSV(B) 39.8º 0.78% 0.99% -
XYZ 58.42 56.1 11.49 -
YUV 190.91 51.87 171.57 -
System Red Green Blue C M Y K H S L
Decimal 252 186 56 0 0.26 0.78 0.01 39.8 0.97 0.6
Hex FC BA 38 0 1A 4E 1 28 61 3C
Octal 374 272 70 0 32 116 1 50 141 74
Binary 11111100 10111010 111000 0 11010 1001110 1 101000 1100001 111100

Color Harmonies of #FCBA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA38

Black with #FCBA38

Text Example


Text Example

White with #FCBA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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