Html Css Color HEX #F88400 Tangerine

📋 copy color: '#F88400'

red 248 ◦ green 132 ◦ blue 0

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

Shades of Tangerine #F88400

Tints of Tangerine #F88400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.26%
G = 34.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F88400 (or 0xF88400) is known color: Tangerine. HEX triplet: F8, 84 and 00. RGB value is (248,132,0). Sum of RGB (Red+Green+Blue) = 248+132+0=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F88400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88400 is #077BFF. Grayscale: #989898. Windows color (decimal): -490496 or 34040. OLE color: 34040.

HSL color Cylindrical-coordinate representation of color #F88400: hue angle of 31.94º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F88400 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 132 0 -
CMYK 0 0.47 1 0.03
HSL 31.94º 1% 0.49% -
HSV(B) 31.94º 1% 0.97% -
XYZ 46.96 36.46 4.56 -
YUV 151.64 42.43 196.73 -
System Red Green Blue C M Y K H S L
Decimal 248 132 0 0 0.47 1 0.03 31.94 1 0.49
Hex F8 84 0 0 2F 64 3 20 64 31
Octal 370 204 0 0 57 144 3 40 144 61
Binary 11111000 10000100 0 0 101111 1100100 11 100000 1100100 110001

Color Harmonies of #F88400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88400

Black with #F88400

Text Example


Text Example

White with #F88400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88400; }

 p { color: rgb(248,132,0); }

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

background-color css

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

 a { background-color: rgb(248,132,0); }

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

border-color css

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

 span { border-color: rgb(248,132,0); }

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