Html Css Color HEX #FCAC34 Supernova

📋 copy color: '#FCAC34'

red 252 ◦ green 172 ◦ blue 52

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

Shades of Supernova #FCAC34

Tints of Supernova #FCAC34

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.13%

 BLUE value IS 52 (20.7% from 255) = 10.92%

R = 52.94%
G = 36.13%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCAC34 (or 0xFCAC34) is known color: Supernova. HEX triplet: FC, AC and 34. RGB value is (252,172,52). Sum of RGB (Red+Green+Blue) = 252+172+52=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 52 (20.70% from 255 or 10.92% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC34 is #0353CB. Grayscale: #B6B6B6. Windows color (decimal): -218060 or 3452156. OLE color: 3452156.

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

Color convert

RGB 252 172 52 -
CMYK 0 0.32 0.79 0.01
HSL 36º 0.97% 0.6% -
HSV(B) 36º 0.79% 0.99% -
XYZ 55.52 50.45 10.06 -
YUV 182.24 54.5 177.76 -
System Red Green Blue C M Y K H S L
Decimal 252 172 52 0 0.32 0.79 0.01 36 0.97 0.6
Hex FC AC 34 0 20 4F 1 24 61 3C
Octal 374 254 64 0 40 117 1 44 141 74
Binary 11111100 10101100 110100 0 100000 1001111 1 100100 1100001 111100

Color Harmonies of #FCAC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC34

Black with #FCAC34

Text Example


Text Example

White with #FCAC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC34; }

 p { color: rgb(252,172,52); }

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

background-color css

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

 a { background-color: rgb(252,172,52); }

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

border-color css

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

 span { border-color: rgb(252,172,52); }

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