Html Css Color HEX #F28F0C Tangerine

📋 copy color: '#F28F0C'

red 242 ◦ green 143 ◦ blue 12

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

Shades of Tangerine #F28F0C

Tints of Tangerine #F28F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 60.96%
G = 36.02%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F28F0C (or 0xF28F0C) is known color: Tangerine. HEX triplet: F2, 8F and 0C. RGB value is (242,143,12). Sum of RGB (Red+Green+Blue) = 242+143+12=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28F0C is #0D70F3. Grayscale: #9E9E9E. Windows color (decimal): -880884 or 823282. OLE color: 823282.

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

Color convert

RGB 242 143 12 -
CMYK 0 0.41 0.95 0.05
HSL 34.17º 0.91% 0.5% -
HSV(B) 34.17º 0.95% 0.95% -
XYZ 46.51 38.55 5.34 -
YUV 157.67 45.8 188.15 -
System Red Green Blue C M Y K H S L
Decimal 242 143 12 0 0.41 0.95 0.05 34.17 0.91 0.5
Hex F2 8F C 0 29 5F 5 22 5B 32
Octal 362 217 14 0 51 137 5 42 133 62
Binary 11110010 10001111 1100 0 101001 1011111 101 100010 1011011 110010

Color Harmonies of #F28F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F0C

Black with #F28F0C

Text Example


Text Example

White with #F28F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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