Html Css Color HEX #FA7D08 Tangerine

📋 copy color: '#FA7D08'

red 250 ◦ green 125 ◦ blue 8

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

Shades of Tangerine #FA7D08

Tints of Tangerine #FA7D08

RGB

 RED value IS 250 (98.05% from 255) = 65.27%

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

 BLUE value IS 8 (3.52% from 255) = 2.09%

R = 65.27%
G = 32.64%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA7D08 (or 0xFA7D08) is known color: Tangerine. HEX triplet: FA, 7D and 08. RGB value is (250,125,8). Sum of RGB (Red+Green+Blue) = 250+125+8=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7D08 is #0582F7. Grayscale: #959595. Windows color (decimal): -361208 or 556538. OLE color: 556538.

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

Color convert

RGB 250 125 8 -
CMYK 0 0.50 0.97 0.02
HSL 29.01º 0.96% 0.51% -
HSV(B) 29.01º 0.97% 0.98% -
XYZ 46.8 35.01 4.52 -
YUV 149.04 48.41 200.01 -
System Red Green Blue C M Y K H S L
Decimal 250 125 8 0 0.50 0.97 0.02 29.01 0.96 0.51
Hex FA 7D 8 0 32 61 2 1D 60 33
Octal 372 175 10 0 62 141 2 35 140 63
Binary 11111010 1111101 1000 0 110010 1100001 10 11101 1100000 110011

Color Harmonies of #FA7D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7D08

Black with #FA7D08

Text Example


Text Example

White with #FA7D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7D08; }

 p { color: rgb(250,125,8); }

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

background-color css

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

 a { background-color: rgb(250,125,8); }

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

border-color css

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

 span { border-color: rgb(250,125,8); }

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