Html Css Color HEX #FC7B07 Tangerine

📋 copy color: '#FC7B07'

red 252 ◦ green 123 ◦ blue 7

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

Shades of Tangerine #FC7B07

Tints of Tangerine #FC7B07

RGB

 RED value IS 252 (98.83% from 255) = 65.97%

 GREEN value IS 123 (48.44% from 255) = 32.2%

 BLUE value IS 7 (3.13% from 255) = 1.83%

R = 65.97%
G = 32.2%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC7B07 (or 0xFC7B07) is known color: Tangerine. HEX triplet: FC, 7B and 07. RGB value is (252,123,7). Sum of RGB (Red+Green+Blue) = 252+123+7=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7B07 is #0384F8. Grayscale: #949494. Windows color (decimal): -230649 or 490492. OLE color: 490492.

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

Color convert

RGB 252 123 7 -
CMYK 0 0.51 0.97 0.01
HSL 28.41º 0.98% 0.51% -
HSV(B) 28.41º 0.97% 0.99% -
XYZ 47.27 34.88 4.44 -
YUV 148.35 48.24 201.93 -
System Red Green Blue C M Y K H S L
Decimal 252 123 7 0 0.51 0.97 0.01 28.41 0.98 0.51
Hex FC 7B 7 0 33 61 1 1C 62 33
Octal 374 173 7 0 63 141 1 34 142 63
Binary 11111100 1111011 111 0 110011 1100001 1 11100 1100010 110011

Color Harmonies of #FC7B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B07

Black with #FC7B07

Text Example


Text Example

White with #FC7B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B07; }

 p { color: rgb(252,123,7); }

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

background-color css

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

 a { background-color: rgb(252,123,7); }

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

border-color css

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

 span { border-color: rgb(252,123,7); }

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