Html Css Color HEX #FF945A Atomic Tangerine

📋 copy color: '#FF945A'

red 255 ◦ green 148 ◦ blue 90

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

Shades of Atomic Tangerine #FF945A

Tints of Atomic Tangerine #FF945A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.26%

R = 51.72%
G = 30.02%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF945A (or 0xFF945A) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 5A. RGB value is (255,148,90). Sum of RGB (Red+Green+Blue) = 255+148+90=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF945A is #006BA5. Grayscale: #ADADAD. Windows color (decimal): -27558 or 5936383. OLE color: 5936383.

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

Color convert

RGB 255 148 90 -
CMYK 0 0.42 0.65 0
HSL 21.09º 1% 0.68% -
HSV(B) 21.09º 0.65% 1% -
XYZ 53.68 43.18 15.18 -
YUV 173.38 80.95 186.22 -
System Red Green Blue C M Y K H S L
Decimal 255 148 90 0 0.42 0.65 0 21.09 1 0.68
Hex FF 94 5A 0 2A 41 0 15 64 44
Octal 377 224 132 0 52 101 0 25 144 104
Binary 11111111 10010100 1011010 0 101010 1000001 0 10101 1100100 1000100

Color Harmonies of #FF945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF945A

Black with #FF945A

Text Example


Text Example

White with #FF945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF945A; }

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

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

background-color css

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

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

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

border-color css

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

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

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