Html Css Color HEX #FCB326 Supernova

📋 copy color: '#FCB326'

red 252 ◦ green 179 ◦ blue 38

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

Shades of Supernova #FCB326

Tints of Supernova #FCB326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.1%

R = 53.73%
G = 38.17%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCB326 (or 0xFCB326) is known color: Supernova. HEX triplet: FC, B3 and 26. RGB value is (252,179,38). Sum of RGB (Red+Green+Blue) = 252+179+38=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB326 is #034CD9. Grayscale: #B9B9B9. Windows color (decimal): -216282 or 2536444. OLE color: 2536444.

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

Color convert

RGB 252 179 38 -
CMYK 0 0.29 0.85 0.01
HSL 39.53º 0.97% 0.57% -
HSV(B) 39.53º 0.85% 0.99% -
XYZ 56.61 53.08 9.09 -
YUV 184.75 45.18 175.96 -
System Red Green Blue C M Y K H S L
Decimal 252 179 38 0 0.29 0.85 0.01 39.53 0.97 0.57
Hex FC B3 26 0 1D 55 1 28 61 39
Octal 374 263 46 0 35 125 1 50 141 71
Binary 11111100 10110011 100110 0 11101 1010101 1 101000 1100001 111001

Color Harmonies of #FCB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB326

Black with #FCB326

Text Example


Text Example

White with #FCB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB326; }

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

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

background-color css

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

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

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

border-color css

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

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

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