Html Css Color HEX #F47D0A Tangerine

📋 copy color: '#F47D0A'

red 244 ◦ green 125 ◦ blue 10

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

Shades of Tangerine #F47D0A

Tints of Tangerine #F47D0A

RGB

 RED value IS 244 (95.7% from 255) = 64.38%

 GREEN value IS 125 (49.22% from 255) = 32.98%

 BLUE value IS 10 (4.3% from 255) = 2.64%

R = 64.38%
G = 32.98%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F47D0A (or 0xF47D0A) is known color: Tangerine. HEX triplet: F4, 7D and 0A. RGB value is (244,125,10). Sum of RGB (Red+Green+Blue) = 244+125+10=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47D0A is #0B82F5. Grayscale: #949494. Windows color (decimal): -754422 or 687604. OLE color: 687604.

HSL color Cylindrical-coordinate representation of color #F47D0A: hue angle of 29.49º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F47D0A is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 125 10 -
CMYK 0 0.49 0.96 0.04
HSL 29.49º 0.92% 0.5% -
HSV(B) 29.49º 0.96% 0.96% -
XYZ 44.7 33.92 4.48 -
YUV 147.47 50.42 196.85 -
System Red Green Blue C M Y K H S L
Decimal 244 125 10 0 0.49 0.96 0.04 29.49 0.92 0.5
Hex F4 7D A 0 31 60 4 1D 5C 32
Octal 364 175 12 0 61 140 4 35 134 62
Binary 11110100 1111101 1010 0 110001 1100000 100 11101 1011100 110010

Color Harmonies of #F47D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47D0A

Black with #F47D0A

Text Example


Text Example

White with #F47D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47D0A; }

 p { color: rgb(244,125,10); }

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

background-color css

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

 a { background-color: rgb(244,125,10); }

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

border-color css

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

 span { border-color: rgb(244,125,10); }

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