Html Css Color HEX #F8830A Tangerine

📋 copy color: '#F8830A'

red 248 ◦ green 131 ◦ blue 10

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

Shades of Tangerine #F8830A

Tints of Tangerine #F8830A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

 BLUE value IS 10 (4.3% from 255) = 2.57%

R = 63.75%
G = 33.68%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8830A (or 0xF8830A) is known color: Tangerine. HEX triplet: F8, 83 and 0A. RGB value is (248,131,10). Sum of RGB (Red+Green+Blue) = 248+131+10=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F8830A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8830A is #077CF5. Grayscale: #989898. Windows color (decimal): -490742 or 689144. OLE color: 689144.

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

Color convert

RGB 248 131 10 -
CMYK 0 0.47 0.96 0.03
HSL 30.5º 0.94% 0.51% -
HSV(B) 30.5º 0.96% 0.97% -
XYZ 46.88 36.21 4.81 -
YUV 152.19 47.76 196.34 -
System Red Green Blue C M Y K H S L
Decimal 248 131 10 0 0.47 0.96 0.03 30.5 0.94 0.51
Hex F8 83 A 0 2F 60 3 1F 5E 33
Octal 370 203 12 0 57 140 3 37 136 63
Binary 11111000 10000011 1010 0 101111 1100000 11 11111 1011110 110011

Color Harmonies of #F8830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8830A

Black with #F8830A

Text Example


Text Example

White with #F8830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8830A; }

 p { color: rgb(248,131,10); }

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

background-color css

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

 a { background-color: rgb(248,131,10); }

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

border-color css

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

 span { border-color: rgb(248,131,10); }

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