Html Css Color HEX #FF7B01 Tangerine

📋 copy color: '#FF7B01'

red 255 ◦ green 123 ◦ blue 1

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

Shades of Tangerine #FF7B01

Tints of Tangerine #FF7B01

RGB

 RED value IS 255 (100% from 255) = 67.28%

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 67.28%
G = 32.45%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF7B01 (or 0xFF7B01) is known color: Tangerine. HEX triplet: FF, 7B and 01. RGB value is (255,123,1). Sum of RGB (Red+Green+Blue) = 255+123+1=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7B01 is #0084FE. Grayscale: #959595. Windows color (decimal): -34047 or 97279. OLE color: 97279.

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

Color convert

RGB 255 123 1 -
CMYK 0 0.52 1.00 0
HSL 28.82º 1% 0.5% -
HSV(B) 28.82º 1% 1% -
XYZ 48.33 35.43 4.32 -
YUV 148.56 44.73 203.92 -
System Red Green Blue C M Y K H S L
Decimal 255 123 1 0 0.52 1.00 0 28.82 1 0.5
Hex FF 7B 1 0 34 64 0 1D 64 32
Octal 377 173 1 0 64 144 0 35 144 62
Binary 11111111 1111011 1 0 110100 1100100 0 11101 1100100 110010

Color Harmonies of #FF7B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7B01

Black with #FF7B01

Text Example


Text Example

White with #FF7B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7B01; }

 p { color: rgb(255,123,1); }

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

background-color css

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

 a { background-color: rgb(255,123,1); }

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

border-color css

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

 span { border-color: rgb(255,123,1); }

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