Html Css Color HEX #F4A30E Dark Tangerine

📋 copy color: '#F4A30E'

red 244 ◦ green 163 ◦ blue 14

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

Shades of Dark Tangerine #F4A30E

Tints of Dark Tangerine #F4A30E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 57.96%
G = 38.72%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4A30E (or 0xF4A30E) is known color: Dark Tangerine. HEX triplet: F4, A3 and 0E. RGB value is (244,163,14). Sum of RGB (Red+Green+Blue) = 244+163+14=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A30E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A30E is #0B5CF1. Grayscale: #AAAAAA. Windows color (decimal): -744690 or 959476. OLE color: 959476.

HSL color Cylindrical-coordinate representation of color #F4A30E: hue angle of 38.87º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4A30E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 163 14 -
CMYK 0 0.33 0.94 0.04
HSL 38.87º 0.91% 0.51% -
HSV(B) 38.87º 0.94% 0.96% -
XYZ 50.48 45.46 6.53 -
YUV 170.23 39.84 180.62 -
System Red Green Blue C M Y K H S L
Decimal 244 163 14 0 0.33 0.94 0.04 38.87 0.91 0.51
Hex F4 A3 E 0 21 5E 4 27 5B 33
Octal 364 243 16 0 41 136 4 47 133 63
Binary 11110100 10100011 1110 0 100001 1011110 100 100111 1011011 110011

Color Harmonies of #F4A30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A30E

Black with #F4A30E

Text Example


Text Example

White with #F4A30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A30E; }

 p { color: rgb(244,163,14); }

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

background-color css

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

 a { background-color: rgb(244,163,14); }

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

border-color css

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

 span { border-color: rgb(244,163,14); }

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