Html Css Color HEX #FD7F00 Tangerine

📋 copy color: '#FD7F00'

red 253 ◦ green 127 ◦ blue 0

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

Shades of Tangerine #FD7F00

Tints of Tangerine #FD7F00

RGB

 RED value IS 253 (99.22% from 255) = 66.58%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.58%
G = 33.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD7F00 (or 0xFD7F00) is known color: Tangerine. HEX triplet: FD, 7F and 00. RGB value is (253,127,0). Sum of RGB (Red+Green+Blue) = 253+127+0=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7F00 is #0280FF. Grayscale: #969696. Windows color (decimal): -164096 or 32765. OLE color: 32765.

HSL color Cylindrical-coordinate representation of color #FD7F00: hue angle of 30.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD7F00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 127 0 -
CMYK 0 0.50 1 0.01
HSL 30.12º 1% 0.5% -
HSV(B) 30.12º 1% 0.99% -
XYZ 48.1 36.06 4.43 -
YUV 150.2 43.24 201.33 -
System Red Green Blue C M Y K H S L
Decimal 253 127 0 0 0.50 1 0.01 30.12 1 0.5
Hex FD 7F 0 0 32 64 1 1E 64 32
Octal 375 177 0 0 62 144 1 36 144 62
Binary 11111101 1111111 0 0 110010 1100100 1 11110 1100100 110010

Color Harmonies of #FD7F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7F00

Black with #FD7F00

Text Example


Text Example

White with #FD7F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7F00; }

 p { color: rgb(253,127,0); }

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

background-color css

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

 a { background-color: rgb(253,127,0); }

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

border-color css

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

 span { border-color: rgb(253,127,0); }

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