Html Css Color HEX #FC7B00 Tangerine

📋 copy color: '#FC7B00'

red 252 ◦ green 123 ◦ blue 0

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

Shades of Tangerine #FC7B00

Tints of Tangerine #FC7B00

RGB

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

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

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

R = 67.2%
G = 32.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC7B00 (or 0xFC7B00) is known color: Tangerine. HEX triplet: FC, 7B and 00. RGB value is (252,123,0). Sum of RGB (Red+Green+Blue) = 252+123+0=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7B00 is #0384FF. Grayscale: #949494. Windows color (decimal): -230656 or 31740. OLE color: 31740.

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

Color convert

RGB 252 123 0 -
CMYK 0 0.51 1 0.01
HSL 29.29º 1% 0.49% -
HSV(B) 29.29º 1% 0.99% -
XYZ 47.23 34.86 4.24 -
YUV 147.55 44.74 202.5 -
System Red Green Blue C M Y K H S L
Decimal 252 123 0 0 0.51 1 0.01 29.29 1 0.49
Hex FC 7B 0 0 33 64 1 1D 64 31
Octal 374 173 0 0 63 144 1 35 144 61
Binary 11111100 1111011 0 0 110011 1100100 1 11101 1100100 110001

Color Harmonies of #FC7B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B00

Black with #FC7B00

Text Example


Text Example

White with #FC7B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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