Html Css Color HEX #F28F0A Tangerine

📋 copy color: '#F28F0A'

red 242 ◦ green 143 ◦ blue 10

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

Shades of Tangerine #F28F0A

Tints of Tangerine #F28F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 61.27%
G = 36.2%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F28F0A (or 0xF28F0A) is known color: Tangerine. HEX triplet: F2, 8F and 0A. RGB value is (242,143,10). Sum of RGB (Red+Green+Blue) = 242+143+10=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28F0A is #0D70F5. Grayscale: #9E9E9E. Windows color (decimal): -880886 or 692210. OLE color: 692210.

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

Color convert

RGB 242 143 10 -
CMYK 0 0.41 0.96 0.05
HSL 34.4º 0.92% 0.49% -
HSV(B) 34.4º 0.96% 0.95% -
XYZ 46.5 38.54 5.28 -
YUV 157.44 44.8 188.31 -
System Red Green Blue C M Y K H S L
Decimal 242 143 10 0 0.41 0.96 0.05 34.4 0.92 0.49
Hex F2 8F A 0 29 60 5 22 5C 31
Octal 362 217 12 0 51 140 5 42 134 61
Binary 11110010 10001111 1010 0 101001 1100000 101 100010 1011100 110001

Color Harmonies of #F28F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F0A

Black with #F28F0A

Text Example


Text Example

White with #F28F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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