Html Css Color HEX #FDAC2F Supernova

📋 copy color: '#FDAC2F'

red 253 ◦ green 172 ◦ blue 47

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

Shades of Supernova #FDAC2F

Tints of Supernova #FDAC2F

RGB

 RED value IS 253 (99.22% from 255) = 53.6%

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

 BLUE value IS 47 (18.75% from 255) = 9.96%

R = 53.6%
G = 36.44%
B = 9.96%

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

#FDAC2F (or 0xFDAC2F) is known color: Supernova. HEX triplet: FD, AC and 2F. RGB value is (253,172,47). Sum of RGB (Red+Green+Blue) = 253+172+47=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC2F is #0253D0. Grayscale: #B6B6B6. Windows color (decimal): -152529 or 3124477. OLE color: 3124477.

HSL color Cylindrical-coordinate representation of color #FDAC2F: hue angle of 36.41º degrees, saturation: 0.98, 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 #FDAC2F is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 172 47 -
CMYK 0 0.32 0.81 0.01
HSL 36.41º 0.98% 0.59% -
HSV(B) 36.41º 0.81% 0.99% -
XYZ 55.77 50.59 9.52 -
YUV 181.97 51.84 178.66 -
System Red Green Blue C M Y K H S L
Decimal 253 172 47 0 0.32 0.81 0.01 36.41 0.98 0.59
Hex FD AC 2F 0 20 51 1 24 62 3B
Octal 375 254 57 0 40 121 1 44 142 73
Binary 11111101 10101100 101111 0 100000 1010001 1 100100 1100010 111011

Color Harmonies of #FDAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC2F

Black with #FDAC2F

Text Example


Text Example

White with #FDAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC2F; }

 p { color: rgb(253,172,47); }

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

background-color css

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

 a { background-color: rgb(253,172,47); }

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

border-color css

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

 span { border-color: rgb(253,172,47); }

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