Html Css Color HEX #FCBB3A Supernova

📋 copy color: '#FCBB3A'

red 252 ◦ green 187 ◦ blue 58

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

Shades of Supernova #FCBB3A

Tints of Supernova #FCBB3A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.63%

 BLUE value IS 58 (23.05% from 255) = 11.67%

R = 50.7%
G = 37.63%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCBB3A (or 0xFCBB3A) is known color: Supernova. HEX triplet: FC, BB and 3A. RGB value is (252,187,58). Sum of RGB (Red+Green+Blue) = 252+187+58=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB3A is #0344C5. Grayscale: #C0C0C0. Windows color (decimal): -214214 or 3849212. OLE color: 3849212.

HSL color Cylindrical-coordinate representation of color #FCBB3A: 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.77%. Process color model (Four color, CMYK) of #FCBB3A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 187 58 -
CMYK 0 0.26 0.77 0.01
HSL 39.9º 0.97% 0.61% -
HSV(B) 39.9º 0.77% 0.99% -
XYZ 58.68 56.54 11.82 -
YUV 191.73 52.53 170.99 -
System Red Green Blue C M Y K H S L
Decimal 252 187 58 0 0.26 0.77 0.01 39.9 0.97 0.61
Hex FC BB 3A 0 1A 4D 1 28 61 3D
Octal 374 273 72 0 32 115 1 50 141 75
Binary 11111100 10111011 111010 0 11010 1001101 1 101000 1100001 111101

Color Harmonies of #FCBB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB3A

Black with #FCBB3A

Text Example


Text Example

White with #FCBB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB3A; }

 p { color: rgb(252,187,58); }

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

background-color css

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

 a { background-color: rgb(252,187,58); }

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

border-color css

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

 span { border-color: rgb(252,187,58); }

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