Html Css Color HEX #F28001 Tangerine

📋 copy color: '#F28001'

red 242 ◦ green 128 ◦ blue 1

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

Shades of Tangerine #F28001

Tints of Tangerine #F28001

RGB

 RED value IS 242 (94.92% from 255) = 65.23%

 GREEN value IS 128 (50.39% from 255) = 34.5%

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

R = 65.23%
G = 34.5%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F28001 (or 0xF28001) is known color: Tangerine. HEX triplet: F2, 80 and 01. RGB value is (242,128,1). Sum of RGB (Red+Green+Blue) = 242+128+1=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F28001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28001 is #0D7FFE. Grayscale: #949494. Windows color (decimal): -884735 or 98546. OLE color: 98546.

HSL color Cylindrical-coordinate representation of color #F28001: hue angle of 31.62º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F28001 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 128 1 -
CMYK 0 0.47 1.00 0.05
HSL 31.62º 0.99% 0.48% -
HSV(B) 31.62º 1% 0.95% -
XYZ 44.34 34.32 4.32 -
YUV 147.61 45.27 195.33 -
System Red Green Blue C M Y K H S L
Decimal 242 128 1 0 0.47 1.00 0.05 31.62 0.99 0.48
Hex F2 80 1 0 2F 64 5 20 63 30
Octal 362 200 1 0 57 144 5 40 143 60
Binary 11110010 10000000 1 0 101111 1100100 101 100000 1100011 110000

Color Harmonies of #F28001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28001

Black with #F28001

Text Example


Text Example

White with #F28001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28001; }

 p { color: rgb(242,128,1); }

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

background-color css

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

 a { background-color: rgb(242,128,1); }

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

border-color css

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

 span { border-color: rgb(242,128,1); }

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