Html Css Color HEX #F28F01 Tangerine

📋 copy color: '#F28F01'

red 242 ◦ green 143 ◦ blue 1

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

Shades of Tangerine #F28F01

Tints of Tangerine #F28F01

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.05%

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

R = 62.69%
G = 37.05%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F28F01 (or 0xF28F01) is known color: Tangerine. HEX triplet: F2, 8F and 01. RGB value is (242,143,1). Sum of RGB (Red+Green+Blue) = 242+143+1=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28F01 is #0D70FE. Grayscale: #9D9D9D. Windows color (decimal): -880895 or 102386. OLE color: 102386.

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

Color convert

RGB 242 143 1 -
CMYK 0 0.41 1.00 0.05
HSL 35.35º 0.99% 0.48% -
HSV(B) 35.35º 1% 0.95% -
XYZ 46.45 38.52 5.02 -
YUV 156.41 40.3 189.05 -
System Red Green Blue C M Y K H S L
Decimal 242 143 1 0 0.41 1.00 0.05 35.35 0.99 0.48
Hex F2 8F 1 0 29 64 5 23 63 30
Octal 362 217 1 0 51 144 5 43 143 60
Binary 11110010 10001111 1 0 101001 1100100 101 100011 1100011 110000

Color Harmonies of #F28F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F01

Black with #F28F01

Text Example


Text Example

White with #F28F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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