Html Css Color HEX #FA7F0A Tangerine

📋 copy color: '#FA7F0A'

red 250 ◦ green 127 ◦ blue 10

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

Shades of Tangerine #FA7F0A

Tints of Tangerine #FA7F0A

RGB

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

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

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

R = 64.6%
G = 32.82%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA7F0A (or 0xFA7F0A) is known color: Tangerine. HEX triplet: FA, 7F and 0A. RGB value is (250,127,10). Sum of RGB (Red+Green+Blue) = 250+127+10=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7F0A is #0580F5. Grayscale: #979797. Windows color (decimal): -360694 or 688122. OLE color: 688122.

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

Color convert

RGB 250 127 10 -
CMYK 0 0.49 0.96 0.02
HSL 29.25º 0.96% 0.51% -
HSV(B) 29.25º 0.96% 0.98% -
XYZ 47.07 35.52 4.66 -
YUV 150.44 48.75 199.01 -
System Red Green Blue C M Y K H S L
Decimal 250 127 10 0 0.49 0.96 0.02 29.25 0.96 0.51
Hex FA 7F A 0 31 60 2 1D 60 33
Octal 372 177 12 0 61 140 2 35 140 63
Binary 11111010 1111111 1010 0 110001 1100000 10 11101 1100000 110011

Color Harmonies of #FA7F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7F0A

Black with #FA7F0A

Text Example


Text Example

White with #FA7F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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