Html Css Color HEX #F8A321 Dark Tangerine

📋 copy color: '#F8A321'

red 248 ◦ green 163 ◦ blue 33

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

Shades of Dark Tangerine #F8A321

Tints of Dark Tangerine #F8A321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.71%

 BLUE value IS 33 (13.28% from 255) = 7.43%

R = 55.86%
G = 36.71%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F8A321 (or 0xF8A321) is known color: Dark Tangerine. HEX triplet: F8, A3 and 21. RGB value is (248,163,33). Sum of RGB (Red+Green+Blue) = 248+163+33=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A321 is #075CDE. Grayscale: #AEAEAE. Windows color (decimal): -482527 or 2204664. OLE color: 2204664.

HSL color Cylindrical-coordinate representation of color #F8A321: hue angle of 36.28º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8A321 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 163 33 -
CMYK 0 0.34 0.87 0.03
HSL 36.28º 0.94% 0.55% -
HSV(B) 36.28º 0.87% 0.97% -
XYZ 52.08 46.26 7.62 -
YUV 173.6 48.66 181.07 -
System Red Green Blue C M Y K H S L
Decimal 248 163 33 0 0.34 0.87 0.03 36.28 0.94 0.55
Hex F8 A3 21 0 22 57 3 24 5E 37
Octal 370 243 41 0 42 127 3 44 136 67
Binary 11111000 10100011 100001 0 100010 1010111 11 100100 1011110 110111

Color Harmonies of #F8A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A321

Black with #F8A321

Text Example


Text Example

White with #F8A321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A321; }

 p { color: rgb(248,163,33); }

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

background-color css

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

 a { background-color: rgb(248,163,33); }

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

border-color css

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

 span { border-color: rgb(248,163,33); }

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