Html Css Color HEX #FCBA2B Supernova

📋 copy color: '#FCBA2B'

red 252 ◦ green 186 ◦ blue 43

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

Shades of Supernova #FCBA2B

Tints of Supernova #FCBA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.94%

R = 52.39%
G = 38.67%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCBA2B (or 0xFCBA2B) is known color: Supernova. HEX triplet: FC, BA and 2B. RGB value is (252,186,43). Sum of RGB (Red+Green+Blue) = 252+186+43=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA2B is #0345D4. Grayscale: #BEBEBE. Windows color (decimal): -214485 or 2865916. OLE color: 2865916.

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

Color convert

RGB 252 186 43 -
CMYK 0 0.26 0.83 0.01
HSL 41.05º 0.97% 0.58% -
HSV(B) 41.05º 0.83% 0.99% -
XYZ 58.14 55.99 10.03 -
YUV 189.43 45.37 172.63 -
System Red Green Blue C M Y K H S L
Decimal 252 186 43 0 0.26 0.83 0.01 41.05 0.97 0.58
Hex FC BA 2B 0 1A 53 1 29 61 3A
Octal 374 272 53 0 32 123 1 51 141 72
Binary 11111100 10111010 101011 0 11010 1010011 1 101001 1100001 111010

Color Harmonies of #FCBA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA2B

Black with #FCBA2B

Text Example


Text Example

White with #FCBA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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