Html Css Color HEX #FCBC38 Supernova

📋 copy color: '#FCBC38'

red 252 ◦ green 188 ◦ blue 56

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

Shades of Supernova #FCBC38

Tints of Supernova #FCBC38

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.9%

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

R = 50.81%
G = 37.9%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCBC38 (or 0xFCBC38) is known color: Supernova. HEX triplet: FC, BC and 38. RGB value is (252,188,56). Sum of RGB (Red+Green+Blue) = 252+188+56=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 56 (22.27% from 255 or 11.29% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC38 is #0343C7. Grayscale: #C0C0C0. Windows color (decimal): -213960 or 3718396. OLE color: 3718396.

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

Color convert

RGB 252 188 56 -
CMYK 0 0.25 0.78 0.01
HSL 40.41º 0.97% 0.6% -
HSV(B) 40.41º 0.78% 0.99% -
XYZ 58.84 56.95 11.63 -
YUV 192.09 51.2 170.73 -
System Red Green Blue C M Y K H S L
Decimal 252 188 56 0 0.25 0.78 0.01 40.41 0.97 0.6
Hex FC BC 38 0 19 4E 1 28 61 3C
Octal 374 274 70 0 31 116 1 50 141 74
Binary 11111100 10111100 111000 0 11001 1001110 1 101000 1100001 111100

Color Harmonies of #FCBC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC38

Black with #FCBC38

Text Example


Text Example

White with #FCBC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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