Html Css Color HEX #FFAC35 Supernova

📋 copy color: '#FFAC35'

red 255 ◦ green 172 ◦ blue 53

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

Shades of Supernova #FFAC35

Tints of Supernova #FFAC35

RGB

 RED value IS 255 (100% from 255) = 53.13%

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

 BLUE value IS 53 (21.09% from 255) = 11.04%

R = 53.13%
G = 35.83%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FFAC35 (or 0xFFAC35) is known color: Supernova. HEX triplet: FF, AC and 35. RGB value is (255,172,53). Sum of RGB (Red+Green+Blue) = 255+172+53=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 53 (21.09% from 255 or 11.04% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC35 is #0053CA. Grayscale: #B7B7B7. Windows color (decimal): -21451 or 3517695. OLE color: 3517695.

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

Color convert

RGB 255 172 53 -
CMYK 0 0.33 0.79 0
HSL 35.35º 1% 0.6% -
HSV(B) 35.35º 0.79% 1% -
XYZ 56.64 51.02 10.23 -
YUV 183.25 54.5 179.18 -
System Red Green Blue C M Y K H S L
Decimal 255 172 53 0 0.33 0.79 0 35.35 1 0.6
Hex FF AC 35 0 21 4F 0 23 64 3C
Octal 377 254 65 0 41 117 0 43 144 74
Binary 11111111 10101100 110101 0 100001 1001111 0 100011 1100100 111100

Color Harmonies of #FFAC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC35

Black with #FFAC35

Text Example


Text Example

White with #FFAC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC35; }

 p { color: rgb(255,172,53); }

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

background-color css

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

 a { background-color: rgb(255,172,53); }

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

border-color css

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

 span { border-color: rgb(255,172,53); }

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