Html Css Color HEX #FCB32A Supernova

📋 copy color: '#FCB32A'

red 252 ◦ green 179 ◦ blue 42

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

Shades of Supernova #FCB32A

Tints of Supernova #FCB32A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.84%

 BLUE value IS 42 (16.8% from 255) = 8.88%

R = 53.28%
G = 37.84%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCB32A (or 0xFCB32A) is known color: Supernova. HEX triplet: FC, B3 and 2A. RGB value is (252,179,42). Sum of RGB (Red+Green+Blue) = 252+179+42=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB32A is #034CD5. Grayscale: #B9B9B9. Windows color (decimal): -216278 or 2798588. OLE color: 2798588.

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

Color convert

RGB 252 179 42 -
CMYK 0 0.29 0.83 0.01
HSL 39.14º 0.97% 0.58% -
HSV(B) 39.14º 0.83% 0.99% -
XYZ 56.68 53.1 9.45 -
YUV 185.21 47.18 175.64 -
System Red Green Blue C M Y K H S L
Decimal 252 179 42 0 0.29 0.83 0.01 39.14 0.97 0.58
Hex FC B3 2A 0 1D 53 1 27 61 3A
Octal 374 263 52 0 35 123 1 47 141 72
Binary 11111100 10110011 101010 0 11101 1010011 1 100111 1100001 111010

Color Harmonies of #FCB32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB32A

Black with #FCB32A

Text Example


Text Example

White with #FCB32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB32A; }

 p { color: rgb(252,179,42); }

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

background-color css

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

 a { background-color: rgb(252,179,42); }

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

border-color css

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

 span { border-color: rgb(252,179,42); }

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