Html Css Color HEX #FA7F08 Tangerine

📋 copy color: '#FA7F08'

red 250 ◦ green 127 ◦ blue 8

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

Shades of Tangerine #FA7F08

Tints of Tangerine #FA7F08

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

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

R = 64.94%
G = 32.99%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA7F08 (or 0xFA7F08) is known color: Tangerine. HEX triplet: FA, 7F and 08. RGB value is (250,127,8). Sum of RGB (Red+Green+Blue) = 250+127+8=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7F08 is #0580F7. Grayscale: #969696. Windows color (decimal): -360696 or 557050. OLE color: 557050.

HSL color Cylindrical-coordinate representation of color #FA7F08: hue angle of 29.5º 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 #FA7F08 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 127 8 -
CMYK 0 0.49 0.97 0.02
HSL 29.5º 0.96% 0.51% -
HSV(B) 29.5º 0.97% 0.98% -
XYZ 47.06 35.52 4.61 -
YUV 150.21 47.75 199.18 -
System Red Green Blue C M Y K H S L
Decimal 250 127 8 0 0.49 0.97 0.02 29.5 0.96 0.51
Hex FA 7F 8 0 31 61 2 1E 60 33
Octal 372 177 10 0 61 141 2 36 140 63
Binary 11111010 1111111 1000 0 110001 1100001 10 11110 1100000 110011

Color Harmonies of #FA7F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7F08

Black with #FA7F08

Text Example


Text Example

White with #FA7F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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