Html Css Color HEX #FCBC30 Supernova

📋 copy color: '#FCBC30'

red 252 ◦ green 188 ◦ blue 48

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

Shades of Supernova #FCBC30

Tints of Supernova #FCBC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.84%

R = 51.64%
G = 38.52%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCBC30 (or 0xFCBC30) is known color: Supernova. HEX triplet: FC, BC and 30. RGB value is (252,188,48). Sum of RGB (Red+Green+Blue) = 252+188+48=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC30 is #0343CF. Grayscale: #BFBFBF. Windows color (decimal): -213968 or 3194108. OLE color: 3194108.

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

Color convert

RGB 252 188 48 -
CMYK 0 0.25 0.81 0.01
HSL 41.18º 0.97% 0.59% -
HSV(B) 41.18º 0.81% 0.99% -
XYZ 58.66 56.88 10.68 -
YUV 191.18 47.2 171.38 -
System Red Green Blue C M Y K H S L
Decimal 252 188 48 0 0.25 0.81 0.01 41.18 0.97 0.59
Hex FC BC 30 0 19 51 1 29 61 3B
Octal 374 274 60 0 31 121 1 51 141 73
Binary 11111100 10111100 110000 0 11001 1010001 1 101001 1100001 111011

Color Harmonies of #FCBC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC30

Black with #FCBC30

Text Example


Text Example

White with #FCBC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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