Html Css Color HEX #F8945A Atomic Tangerine

📋 copy color: '#F8945A'

red 248 ◦ green 148 ◦ blue 90

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

Shades of Atomic Tangerine #F8945A

Tints of Atomic Tangerine #F8945A

RGB

 RED value IS 248 (97.27% from 255) = 51.03%

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

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

R = 51.03%
G = 30.45%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F8945A (or 0xF8945A) is known color: Atomic Tangerine. HEX triplet: F8, 94 and 5A. RGB value is (248,148,90). Sum of RGB (Red+Green+Blue) = 248+148+90=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8945A is #076BA5. Grayscale: #ABABAB. Windows color (decimal): -486310 or 5936376. OLE color: 5936376.

HSL color Cylindrical-coordinate representation of color #F8945A: hue angle of 22.03º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8945A is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 148 90 -
CMYK 0 0.40 0.64 0.03
HSL 22.03º 0.92% 0.66% -
HSV(B) 22.03º 0.64% 0.97% -
XYZ 51.15 41.87 15.06 -
YUV 171.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 248 148 90 0 0.40 0.64 0.03 22.03 0.92 0.66
Hex F8 94 5A 0 28 40 3 16 5C 42
Octal 370 224 132 0 50 100 3 26 134 102
Binary 11111000 10010100 1011010 0 101000 1000000 11 10110 1011100 1000010

Color Harmonies of #F8945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8945A

Black with #F8945A

Text Example


Text Example

White with #F8945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8945A; }

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

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

background-color css

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

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

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

border-color css

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

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

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