Html Css Color HEX #FCBA2C Supernova

📋 copy color: '#FCBA2C'

red 252 ◦ green 186 ◦ blue 44

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

Shades of Supernova #FCBA2C

Tints of Supernova #FCBA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.13%

R = 52.28%
G = 38.59%
B = 9.13%

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

#FCBA2C (or 0xFCBA2C) is known color: Supernova. HEX triplet: FC, BA and 2C. RGB value is (252,186,44). Sum of RGB (Red+Green+Blue) = 252+186+44=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA2C is #0345D3. Grayscale: #BEBEBE. Windows color (decimal): -214484 or 2931452. OLE color: 2931452.

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

Color convert

RGB 252 186 44 -
CMYK 0 0.26 0.83 0.01
HSL 40.96º 0.97% 0.58% -
HSV(B) 40.96º 0.83% 0.99% -
XYZ 58.16 56 10.13 -
YUV 189.55 45.87 172.55 -
System Red Green Blue C M Y K H S L
Decimal 252 186 44 0 0.26 0.83 0.01 40.96 0.97 0.58
Hex FC BA 2C 0 1A 53 1 29 61 3A
Octal 374 272 54 0 32 123 1 51 141 72
Binary 11111100 10111010 101100 0 11010 1010011 1 101001 1100001 111010

Color Harmonies of #FCBA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA2C

Black with #FCBA2C

Text Example


Text Example

White with #FCBA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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