Html Css Color HEX #F28C08 Tangerine

📋 copy color: '#F28C08'

red 242 ◦ green 140 ◦ blue 8

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

Shades of Tangerine #F28C08

Tints of Tangerine #F28C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.05%

R = 62.05%
G = 35.9%
B = 2.05%

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

#F28C08 (or 0xF28C08) is known color: Tangerine. HEX triplet: F2, 8C and 08. RGB value is (242,140,8). Sum of RGB (Red+Green+Blue) = 242+140+8=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28C08 is #0D73F7. Grayscale: #9C9C9C. Windows color (decimal): -881656 or 560370. OLE color: 560370.

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

Color convert

RGB 242 140 8 -
CMYK 0 0.42 0.97 0.05
HSL 33.85º 0.94% 0.49% -
HSV(B) 33.85º 0.97% 0.95% -
XYZ 46.04 37.65 5.07 -
YUV 155.45 44.79 189.73 -
System Red Green Blue C M Y K H S L
Decimal 242 140 8 0 0.42 0.97 0.05 33.85 0.94 0.49
Hex F2 8C 8 0 2A 61 5 22 5E 31
Octal 362 214 10 0 52 141 5 42 136 61
Binary 11110010 10001100 1000 0 101010 1100001 101 100010 1011110 110001

Color Harmonies of #F28C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C08

Black with #F28C08

Text Example


Text Example

White with #F28C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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