Html Css Color HEX #F7B215 Dark Tangerine

📋 copy color: '#F7B215'

red 247 ◦ green 178 ◦ blue 21

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

Shades of Dark Tangerine #F7B215

Tints of Dark Tangerine #F7B215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.91%

 BLUE value IS 21 (8.59% from 255) = 4.71%

R = 55.38%
G = 39.91%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F7B215 (or 0xF7B215) is known color: Dark Tangerine. HEX triplet: F7, B2 and 15. RGB value is (247,178,21). Sum of RGB (Red+Green+Blue) = 247+178+21=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7B215 is #084DEA. Grayscale: #B5B5B5. Windows color (decimal): -544235 or 1422071. OLE color: 1422071.

HSL color Cylindrical-coordinate representation of color #F7B215: hue angle of 41.68º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7B215 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 178 21 -
CMYK 0 0.28 0.91 0.03
HSL 41.68º 0.93% 0.53% -
HSV(B) 41.68º 0.91% 0.97% -
XYZ 54.41 51.67 7.81 -
YUV 180.73 37.86 175.27 -
System Red Green Blue C M Y K H S L
Decimal 247 178 21 0 0.28 0.91 0.03 41.68 0.93 0.53
Hex F7 B2 15 0 1C 5B 3 2A 5D 35
Octal 367 262 25 0 34 133 3 52 135 65
Binary 11110111 10110010 10101 0 11100 1011011 11 101010 1011101 110101

Color Harmonies of #F7B215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B215

Black with #F7B215

Text Example


Text Example

White with #F7B215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B215; }

 p { color: rgb(247,178,21); }

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

background-color css

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

 a { background-color: rgb(247,178,21); }

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

border-color css

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

 span { border-color: rgb(247,178,21); }

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