Html Css Color HEX #F28801 Tangerine

📋 copy color: '#F28801'

red 242 ◦ green 136 ◦ blue 1

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

Shades of Tangerine #F28801

Tints of Tangerine #F28801

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.88%

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

R = 63.85%
G = 35.88%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F28801 (or 0xF28801) is known color: Tangerine. HEX triplet: F2, 88 and 01. RGB value is (242,136,1). Sum of RGB (Red+Green+Blue) = 242+136+1=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F28801 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28801 is #0D77FE. Grayscale: #989898. Windows color (decimal): -882687 or 100594. OLE color: 100594.

HSL color Cylindrical-coordinate representation of color #F28801: hue angle of 33.61º 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 #F28801 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 136 1 -
CMYK 0 0.44 1.00 0.05
HSL 33.61º 0.99% 0.48% -
HSV(B) 33.61º 1% 0.95% -
XYZ 45.43 36.49 4.68 -
YUV 152.3 42.62 191.98 -
System Red Green Blue C M Y K H S L
Decimal 242 136 1 0 0.44 1.00 0.05 33.61 0.99 0.48
Hex F2 88 1 0 2C 64 5 22 63 30
Octal 362 210 1 0 54 144 5 42 143 60
Binary 11110010 10001000 1 0 101100 1100100 101 100010 1100011 110000

Color Harmonies of #F28801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28801

Black with #F28801

Text Example


Text Example

White with #F28801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28801; }

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

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

background-color css

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

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

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

border-color css

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

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

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