Html Css Color HEX #F28308 Tangerine

📋 copy color: '#F28308'

red 242 ◦ green 131 ◦ blue 8

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

Shades of Tangerine #F28308

Tints of Tangerine #F28308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.38%

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

R = 63.52%
G = 34.38%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F28308 (or 0xF28308) is known color: Tangerine. HEX triplet: F2, 83 and 08. RGB value is (242,131,8). Sum of RGB (Red+Green+Blue) = 242+131+8=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F28308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28308 is #0D7CF7. Grayscale: #969696. Windows color (decimal): -883960 or 558066. OLE color: 558066.

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

Color convert

RGB 242 131 8 -
CMYK 0 0.46 0.97 0.05
HSL 31.54º 0.94% 0.49% -
HSV(B) 31.54º 0.97% 0.95% -
XYZ 44.78 35.13 4.65 -
YUV 150.17 47.77 193.5 -
System Red Green Blue C M Y K H S L
Decimal 242 131 8 0 0.46 0.97 0.05 31.54 0.94 0.49
Hex F2 83 8 0 2E 61 5 20 5E 31
Octal 362 203 10 0 56 141 5 40 136 61
Binary 11110010 10000011 1000 0 101110 1100001 101 100000 1011110 110001

Color Harmonies of #F28308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28308

Black with #F28308

Text Example


Text Example

White with #F28308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28308; }

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

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

background-color css

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

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

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

border-color css

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

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

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