Html Css Color HEX #FF945D Atomic Tangerine

📋 copy color: '#FF945D'

red 255 ◦ green 148 ◦ blue 93

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

Shades of Atomic Tangerine #FF945D

Tints of Atomic Tangerine #FF945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.84%

 BLUE value IS 93 (36.72% from 255) = 18.75%

R = 51.41%
G = 29.84%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF945D (or 0xFF945D) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 5D. RGB value is (255,148,93). Sum of RGB (Red+Green+Blue) = 255+148+93=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF945D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF945D is #006BA2. Grayscale: #AEAEAE. Windows color (decimal): -27555 or 6132991. OLE color: 6132991.

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

Color convert

RGB 255 148 93 -
CMYK 0 0.42 0.64 0
HSL 20.37º 1% 0.68% -
HSV(B) 20.37º 0.64% 1% -
XYZ 53.81 43.23 15.86 -
YUV 173.72 82.45 185.97 -
System Red Green Blue C M Y K H S L
Decimal 255 148 93 0 0.42 0.64 0 20.37 1 0.68
Hex FF 94 5D 0 2A 40 0 14 64 44
Octal 377 224 135 0 52 100 0 24 144 104
Binary 11111111 10010100 1011101 0 101010 1000000 0 10100 1100100 1000100

Color Harmonies of #FF945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF945D

Black with #FF945D

Text Example


Text Example

White with #FF945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF945D; }

 p { color: rgb(255,148,93); }

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

background-color css

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

 a { background-color: rgb(255,148,93); }

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

border-color css

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

 span { border-color: rgb(255,148,93); }

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