Html Css Color HEX #F7B00C Dark Tangerine

📋 copy color: '#F7B00C'

red 247 ◦ green 176 ◦ blue 12

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

Shades of Dark Tangerine #F7B00C

Tints of Dark Tangerine #F7B00C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

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

R = 56.78%
G = 40.46%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7B00C (or 0xF7B00C) is known color: Dark Tangerine. HEX triplet: F7, B0 and 0C. RGB value is (247,176,12). Sum of RGB (Red+Green+Blue) = 247+176+12=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7B00C is #084FF3. Grayscale: #B3B3B3. Windows color (decimal): -544756 or 831735. OLE color: 831735.

HSL color Cylindrical-coordinate representation of color #F7B00C: hue angle of 41.87º 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 #F7B00C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 176 12 -
CMYK 0 0.29 0.95 0.03
HSL 41.87º 0.94% 0.51% -
HSV(B) 41.87º 0.95% 0.97% -
XYZ 53.95 50.85 7.32 -
YUV 178.53 34.02 176.84 -
System Red Green Blue C M Y K H S L
Decimal 247 176 12 0 0.29 0.95 0.03 41.87 0.94 0.51
Hex F7 B0 C 0 1D 5F 3 2A 5E 33
Octal 367 260 14 0 35 137 3 52 136 63
Binary 11110111 10110000 1100 0 11101 1011111 11 101010 1011110 110011

Color Harmonies of #F7B00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B00C

Black with #F7B00C

Text Example


Text Example

White with #F7B00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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