Html Css Color HEX #F28408 Tangerine

📋 copy color: '#F28408'

red 242 ◦ green 132 ◦ blue 8

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

Shades of Tangerine #F28408

Tints of Tangerine #F28408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

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

R = 63.35%
G = 34.55%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F28408 (or 0xF28408) is known color: Tangerine. HEX triplet: F2, 84 and 08. RGB value is (242,132,8). Sum of RGB (Red+Green+Blue) = 242+132+8=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F28408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28408 is #0D7BF7. Grayscale: #979797. Windows color (decimal): -883704 or 558322. OLE color: 558322.

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

Color convert

RGB 242 132 8 -
CMYK 0 0.45 0.97 0.05
HSL 31.79º 0.94% 0.49% -
HSV(B) 31.79º 0.97% 0.95% -
XYZ 44.91 35.4 4.69 -
YUV 150.75 47.44 193.08 -
System Red Green Blue C M Y K H S L
Decimal 242 132 8 0 0.45 0.97 0.05 31.79 0.94 0.49
Hex F2 84 8 0 2D 61 5 20 5E 31
Octal 362 204 10 0 55 141 5 40 136 61
Binary 11110010 10000100 1000 0 101101 1100001 101 100000 1011110 110001

Color Harmonies of #F28408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28408

Black with #F28408

Text Example


Text Example

White with #F28408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28408; }

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

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

background-color css

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

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

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

border-color css

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

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

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