Html Css Color HEX #FCBA30 Supernova

📋 copy color: '#FCBA30'

red 252 ◦ green 186 ◦ blue 48

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

Shades of Supernova #FCBA30

Tints of Supernova #FCBA30

RGB

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

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

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

R = 51.85%
G = 38.27%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCBA30 (or 0xFCBA30) is known color: Supernova. HEX triplet: FC, BA and 30. RGB value is (252,186,48). Sum of RGB (Red+Green+Blue) = 252+186+48=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA30 is #0345CF. Grayscale: #BEBEBE. Windows color (decimal): -214480 or 3193596. OLE color: 3193596.

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

Color convert

RGB 252 186 48 -
CMYK 0 0.26 0.81 0.01
HSL 40.59º 0.97% 0.59% -
HSV(B) 40.59º 0.81% 0.99% -
XYZ 58.24 56.03 10.54 -
YUV 190 47.87 172.22 -
System Red Green Blue C M Y K H S L
Decimal 252 186 48 0 0.26 0.81 0.01 40.59 0.97 0.59
Hex FC BA 30 0 1A 51 1 29 61 3B
Octal 374 272 60 0 32 121 1 51 141 73
Binary 11111100 10111010 110000 0 11010 1010001 1 101001 1100001 111011

Color Harmonies of #FCBA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA30

Black with #FCBA30

Text Example


Text Example

White with #FCBA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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