Html Css Color HEX #F7A30C Dark Tangerine

📋 copy color: '#F7A30C'

red 247 ◦ green 163 ◦ blue 12

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

Shades of Dark Tangerine #F7A30C

Tints of Dark Tangerine #F7A30C

RGB

 RED value IS 247 (96.88% from 255) = 58.53%

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

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 58.53%
G = 38.63%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7A30C (or 0xF7A30C) is known color: Dark Tangerine. HEX triplet: F7, A3 and 0C. RGB value is (247,163,12). Sum of RGB (Red+Green+Blue) = 247+163+12=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A30C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A30C is #085CF3. Grayscale: #ABABAB. Windows color (decimal): -548084 or 828407. OLE color: 828407.

HSL color Cylindrical-coordinate representation of color #F7A30C: hue angle of 38.55º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7A30C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 163 12 -
CMYK 0 0.34 0.95 0.03
HSL 38.55º 0.94% 0.51% -
HSV(B) 38.55º 0.95% 0.97% -
XYZ 51.52 46 6.51 -
YUV 170.9 38.33 182.28 -
System Red Green Blue C M Y K H S L
Decimal 247 163 12 0 0.34 0.95 0.03 38.55 0.94 0.51
Hex F7 A3 C 0 22 5F 3 27 5E 33
Octal 367 243 14 0 42 137 3 47 136 63
Binary 11110111 10100011 1100 0 100010 1011111 11 100111 1011110 110011

Color Harmonies of #F7A30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A30C

Black with #F7A30C

Text Example


Text Example

White with #F7A30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A30C; }

 p { color: rgb(247,163,12); }

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

background-color css

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

 a { background-color: rgb(247,163,12); }

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

border-color css

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

 span { border-color: rgb(247,163,12); }

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