Html Css Color HEX #FCAC2E Supernova

📋 copy color: '#FCAC2E'

red 252 ◦ green 172 ◦ blue 46

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

Shades of Supernova #FCAC2E

Tints of Supernova #FCAC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.79%

R = 53.62%
G = 36.6%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCAC2E (or 0xFCAC2E) is known color: Supernova. HEX triplet: FC, AC and 2E. RGB value is (252,172,46). Sum of RGB (Red+Green+Blue) = 252+172+46=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC2E is #0353D1. Grayscale: #B6B6B6. Windows color (decimal): -218066 or 3058940. OLE color: 3058940.

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

Color convert

RGB 252 172 46 -
CMYK 0 0.32 0.82 0.01
HSL 36.7º 0.97% 0.58% -
HSV(B) 36.7º 0.82% 0.99% -
XYZ 55.39 50.4 9.39 -
YUV 181.56 51.5 178.25 -
System Red Green Blue C M Y K H S L
Decimal 252 172 46 0 0.32 0.82 0.01 36.7 0.97 0.58
Hex FC AC 2E 0 20 52 1 25 61 3A
Octal 374 254 56 0 40 122 1 45 141 72
Binary 11111100 10101100 101110 0 100000 1010010 1 100101 1100001 111010

Color Harmonies of #FCAC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC2E

Black with #FCAC2E

Text Example


Text Example

White with #FCAC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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