Html Css Color HEX #F38C01 Tangerine

📋 copy color: '#F38C01'

red 243 ◦ green 140 ◦ blue 1

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

Shades of Tangerine #F38C01

Tints of Tangerine #F38C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 63.28%
G = 36.46%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F38C01 (or 0xF38C01) is known color: Tangerine. HEX triplet: F3, 8C and 01. RGB value is (243,140,1). Sum of RGB (Red+Green+Blue) = 243+140+1=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38C01 is #0C73FE. Grayscale: #9B9B9B. Windows color (decimal): -816127 or 101619. OLE color: 101619.

HSL color Cylindrical-coordinate representation of color #F38C01: hue angle of 34.46º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F38C01 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 140 1 -
CMYK 0 0.42 1.00 0.05
HSL 34.46º 0.99% 0.48% -
HSV(B) 34.46º 1% 0.95% -
XYZ 46.35 37.81 4.88 -
YUV 154.95 41.12 190.8 -
System Red Green Blue C M Y K H S L
Decimal 243 140 1 0 0.42 1.00 0.05 34.46 0.99 0.48
Hex F3 8C 1 0 2A 64 5 22 63 30
Octal 363 214 1 0 52 144 5 42 143 60
Binary 11110011 10001100 1 0 101010 1100100 101 100010 1100011 110000

Color Harmonies of #F38C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C01

Black with #F38C01

Text Example


Text Example

White with #F38C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C01; }

 p { color: rgb(243,140,1); }

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

background-color css

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

 a { background-color: rgb(243,140,1); }

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

border-color css

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

 span { border-color: rgb(243,140,1); }

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