Html Css Color HEX #FCAC30 Supernova

📋 copy color: '#FCAC30'

red 252 ◦ green 172 ◦ blue 48

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

Shades of Supernova #FCAC30

Tints of Supernova #FCAC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.17%

R = 53.39%
G = 36.44%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCAC30 (or 0xFCAC30) is known color: Supernova. HEX triplet: FC, AC and 30. RGB value is (252,172,48). Sum of RGB (Red+Green+Blue) = 252+172+48=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC30 is #0353CF. Grayscale: #B6B6B6. Windows color (decimal): -218064 or 3190012. OLE color: 3190012.

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

Color convert

RGB 252 172 48 -
CMYK 0 0.32 0.81 0.01
HSL 36.47º 0.97% 0.59% -
HSV(B) 36.47º 0.81% 0.99% -
XYZ 55.43 50.41 9.61 -
YUV 181.78 52.5 178.08 -
System Red Green Blue C M Y K H S L
Decimal 252 172 48 0 0.32 0.81 0.01 36.47 0.97 0.59
Hex FC AC 30 0 20 51 1 24 61 3B
Octal 374 254 60 0 40 121 1 44 141 73
Binary 11111100 10101100 110000 0 100000 1010001 1 100100 1100001 111011

Color Harmonies of #FCAC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC30

Black with #FCAC30

Text Example


Text Example

White with #FCAC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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