Html Css Color HEX #F87D06 Tangerine

📋 copy color: '#F87D06'

red 248 ◦ green 125 ◦ blue 6

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

Shades of Tangerine #F87D06

Tints of Tangerine #F87D06

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

 BLUE value IS 6 (2.73% from 255) = 1.58%

R = 65.44%
G = 32.98%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F87D06 (or 0xF87D06) is known color: Tangerine. HEX triplet: F8, 7D and 06. RGB value is (248,125,6). Sum of RGB (Red+Green+Blue) = 248+125+6=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87D06 is #0782F9. Grayscale: #949494. Windows color (decimal): -492282 or 425464. OLE color: 425464.

HSL color Cylindrical-coordinate representation of color #F87D06: hue angle of 29.5º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F87D06 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 125 6 -
CMYK 0 0.50 0.98 0.03
HSL 29.5º 0.95% 0.5% -
HSV(B) 29.5º 0.98% 0.97% -
XYZ 46.08 34.64 4.43 -
YUV 148.21 47.75 199.18 -
System Red Green Blue C M Y K H S L
Decimal 248 125 6 0 0.50 0.98 0.03 29.5 0.95 0.5
Hex F8 7D 6 0 32 62 3 1E 5F 32
Octal 370 175 6 0 62 142 3 36 137 62
Binary 11111000 1111101 110 0 110010 1100010 11 11110 1011111 110010

Color Harmonies of #F87D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87D06

Black with #F87D06

Text Example


Text Example

White with #F87D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87D06; }

 p { color: rgb(248,125,6); }

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

background-color css

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

 a { background-color: rgb(248,125,6); }

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

border-color css

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

 span { border-color: rgb(248,125,6); }

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