Html Css Color HEX #F38A10 Tangerine

📋 copy color: '#F38A10'

red 243 ◦ green 138 ◦ blue 16

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

Shades of Tangerine #F38A10

Tints of Tangerine #F38A10

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

 BLUE value IS 16 (6.64% from 255) = 4.03%

R = 61.21%
G = 34.76%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F38A10 (or 0xF38A10) is known color: Tangerine. HEX triplet: F3, 8A and 10. RGB value is (243,138,16). Sum of RGB (Red+Green+Blue) = 243+138+16=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38A10 is #0C75EF. Grayscale: #9C9C9C. Windows color (decimal): -816624 or 1084147. OLE color: 1084147.

HSL color Cylindrical-coordinate representation of color #F38A10: hue angle of 32.25º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F38A10 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 138 16 -
CMYK 0 0.43 0.93 0.05
HSL 32.25º 0.9% 0.51% -
HSV(B) 32.25º 0.93% 0.95% -
XYZ 46.14 37.27 5.25 -
YUV 155.49 49.29 190.42 -
System Red Green Blue C M Y K H S L
Decimal 243 138 16 0 0.43 0.93 0.05 32.25 0.9 0.51
Hex F3 8A 10 0 2B 5D 5 20 5A 33
Octal 363 212 20 0 53 135 5 40 132 63
Binary 11110011 10001010 10000 0 101011 1011101 101 100000 1011010 110011

Color Harmonies of #F38A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38A10

Black with #F38A10

Text Example


Text Example

White with #F38A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38A10; }

 p { color: rgb(243,138,16); }

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

background-color css

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

 a { background-color: rgb(243,138,16); }

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

border-color css

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

 span { border-color: rgb(243,138,16); }

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