Html Css Color HEX #F38008 Tangerine

📋 copy color: '#F38008'

red 243 ◦ green 128 ◦ blue 8

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

Shades of Tangerine #F38008

Tints of Tangerine #F38008

RGB

 RED value IS 243 (95.31% from 255) = 64.12%

 GREEN value IS 128 (50.39% from 255) = 33.77%

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

R = 64.12%
G = 33.77%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F38008 (or 0xF38008) is known color: Tangerine. HEX triplet: F3, 80 and 08. RGB value is (243,128,8). Sum of RGB (Red+Green+Blue) = 243+128+8=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F38008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38008 is #0C7FF7. Grayscale: #959595. Windows color (decimal): -819192 or 557299. OLE color: 557299.

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

Color convert

RGB 243 128 8 -
CMYK 0 0.47 0.97 0.05
HSL 30.64º 0.94% 0.49% -
HSV(B) 30.64º 0.97% 0.95% -
XYZ 44.73 34.51 4.53 -
YUV 148.71 48.6 195.26 -
System Red Green Blue C M Y K H S L
Decimal 243 128 8 0 0.47 0.97 0.05 30.64 0.94 0.49
Hex F3 80 8 0 2F 61 5 1F 5E 31
Octal 363 200 10 0 57 141 5 37 136 61
Binary 11110011 10000000 1000 0 101111 1100001 101 11111 1011110 110001

Color Harmonies of #F38008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38008

Black with #F38008

Text Example


Text Example

White with #F38008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38008; }

 p { color: rgb(243,128,8); }

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

background-color css

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

 a { background-color: rgb(243,128,8); }

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

border-color css

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

 span { border-color: rgb(243,128,8); }

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