Html Css Color HEX #FCBC3D Supernova

📋 copy color: '#FCBC3D'

red 252 ◦ green 188 ◦ blue 61

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

Shades of Supernova #FCBC3D

Tints of Supernova #FCBC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.18%

R = 50.3%
G = 37.52%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCBC3D (or 0xFCBC3D) is known color: Supernova. HEX triplet: FC, BC and 3D. RGB value is (252,188,61). Sum of RGB (Red+Green+Blue) = 252+188+61=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC3D is #0343C2. Grayscale: #C1C1C1. Windows color (decimal): -213955 or 4046076. OLE color: 4046076.

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

Color convert

RGB 252 188 61 -
CMYK 0 0.25 0.76 0.01
HSL 39.9º 0.97% 0.61% -
HSV(B) 39.9º 0.76% 0.99% -
XYZ 58.97 57 12.31 -
YUV 192.66 53.7 170.33 -
System Red Green Blue C M Y K H S L
Decimal 252 188 61 0 0.25 0.76 0.01 39.9 0.97 0.61
Hex FC BC 3D 0 19 4C 1 28 61 3D
Octal 374 274 75 0 31 114 1 50 141 75
Binary 11111100 10111100 111101 0 11001 1001100 1 101000 1100001 111101

Color Harmonies of #FCBC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC3D

Black with #FCBC3D

Text Example


Text Example

White with #FCBC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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