Html Css Color HEX #FA7F02 Tangerine

📋 copy color: '#FA7F02'

red 250 ◦ green 127 ◦ blue 2

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

Shades of Tangerine #FA7F02

Tints of Tangerine #FA7F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 65.96%
G = 33.51%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA7F02 (or 0xFA7F02) is known color: Tangerine. HEX triplet: FA, 7F and 02. RGB value is (250,127,2). Sum of RGB (Red+Green+Blue) = 250+127+2=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7F02 is #0580FD. Grayscale: #969696. Windows color (decimal): -360702 or 163834. OLE color: 163834.

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

Color convert

RGB 250 127 2 -
CMYK 0 0.49 0.99 0.02
HSL 30.24º 0.98% 0.49% -
HSV(B) 30.24º 0.99% 0.98% -
XYZ 47.02 35.51 4.43 -
YUV 149.53 44.75 199.66 -
System Red Green Blue C M Y K H S L
Decimal 250 127 2 0 0.49 0.99 0.02 30.24 0.98 0.49
Hex FA 7F 2 0 31 63 2 1E 62 31
Octal 372 177 2 0 61 143 2 36 142 61
Binary 11111010 1111111 10 0 110001 1100011 10 11110 1100010 110001

Color Harmonies of #FA7F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7F02

Black with #FA7F02

Text Example


Text Example

White with #FA7F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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