Html Css Color HEX #F28C07 Tangerine

📋 copy color: '#F28C07'

red 242 ◦ green 140 ◦ blue 7

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

Shades of Tangerine #F28C07

Tints of Tangerine #F28C07

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

 BLUE value IS 7 (3.13% from 255) = 1.8%

R = 62.21%
G = 35.99%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F28C07 (or 0xF28C07) is known color: Tangerine. HEX triplet: F2, 8C and 07. RGB value is (242,140,7). Sum of RGB (Red+Green+Blue) = 242+140+7=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28C07 is #0D73F8. Grayscale: #9B9B9B. Windows color (decimal): -881657 or 494834. OLE color: 494834.

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

Color convert

RGB 242 140 7 -
CMYK 0 0.42 0.97 0.05
HSL 33.96º 0.94% 0.49% -
HSV(B) 33.96º 0.97% 0.95% -
XYZ 46.03 37.65 5.04 -
YUV 155.34 44.29 189.81 -
System Red Green Blue C M Y K H S L
Decimal 242 140 7 0 0.42 0.97 0.05 33.96 0.94 0.49
Hex F2 8C 7 0 2A 61 5 22 5E 31
Octal 362 214 7 0 52 141 5 42 136 61
Binary 11110010 10001100 111 0 101010 1100001 101 100010 1011110 110001

Color Harmonies of #F28C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C07

Black with #F28C07

Text Example


Text Example

White with #F28C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C07; }

 p { color: rgb(242,140,7); }

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

background-color css

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

 a { background-color: rgb(242,140,7); }

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

border-color css

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

 span { border-color: rgb(242,140,7); }

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