Html Css Color HEX #F28F04 Tangerine

📋 copy color: '#F28F04'

red 242 ◦ green 143 ◦ blue 4

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

Shades of Tangerine #F28F04

Tints of Tangerine #F28F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 62.21%
G = 36.76%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F28F04 (or 0xF28F04) is known color: Tangerine. HEX triplet: F2, 8F and 04. RGB value is (242,143,4). Sum of RGB (Red+Green+Blue) = 242+143+4=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28F04 is #0D70FB. Grayscale: #9D9D9D. Windows color (decimal): -880892 or 298994. OLE color: 298994.

HSL color Cylindrical-coordinate representation of color #F28F04: hue angle of 35.04º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F28F04 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 143 4 -
CMYK 0 0.41 0.98 0.05
HSL 35.04º 0.97% 0.48% -
HSV(B) 35.04º 0.98% 0.95% -
XYZ 46.46 38.53 5.1 -
YUV 156.76 41.8 188.8 -
System Red Green Blue C M Y K H S L
Decimal 242 143 4 0 0.41 0.98 0.05 35.04 0.97 0.48
Hex F2 8F 4 0 29 62 5 23 61 30
Octal 362 217 4 0 51 142 5 43 141 60
Binary 11110010 10001111 100 0 101001 1100010 101 100011 1100001 110000

Color Harmonies of #F28F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F04

Black with #F28F04

Text Example


Text Example

White with #F28F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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