Html Css Color HEX #FD7C06 Tangerine

📋 copy color: '#FD7C06'

red 253 ◦ green 124 ◦ blue 6

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

Shades of Tangerine #FD7C06

Tints of Tangerine #FD7C06

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.38%

 BLUE value IS 6 (2.73% from 255) = 1.57%

R = 66.06%
G = 32.38%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD7C06 (or 0xFD7C06) is known color: Tangerine. HEX triplet: FD, 7C and 06. RGB value is (253,124,6). Sum of RGB (Red+Green+Blue) = 253+124+6=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 6 (2.73% from 255 or 1.57% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7C06 is #0283F9. Grayscale: #959595. Windows color (decimal): -164858 or 425213. OLE color: 425213.

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

Color convert

RGB 253 124 6 -
CMYK 0 0.51 0.98 0.01
HSL 28.66º 0.98% 0.51% -
HSV(B) 28.66º 0.98% 0.99% -
XYZ 47.75 35.31 4.47 -
YUV 149.12 47.24 202.09 -
System Red Green Blue C M Y K H S L
Decimal 253 124 6 0 0.51 0.98 0.01 28.66 0.98 0.51
Hex FD 7C 6 0 33 62 1 1D 62 33
Octal 375 174 6 0 63 142 1 35 142 63
Binary 11111101 1111100 110 0 110011 1100010 1 11101 1100010 110011

Color Harmonies of #FD7C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7C06

Black with #FD7C06

Text Example


Text Example

White with #FD7C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7C06; }

 p { color: rgb(253,124,6); }

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

background-color css

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

 a { background-color: rgb(253,124,6); }

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

border-color css

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

 span { border-color: rgb(253,124,6); }

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