Html Css Color HEX #F6970F Gamboge

📋 copy color: '#F6970F'

red 246 ◦ green 151 ◦ blue 15

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

Shades of Gamboge #F6970F

Tints of Gamboge #F6970F

RGB

 RED value IS 246 (96.48% from 255) = 59.71%

 GREEN value IS 151 (59.38% from 255) = 36.65%

 BLUE value IS 15 (6.25% from 255) = 3.64%

R = 59.71%
G = 36.65%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6970F (or 0xF6970F) is known color: Gamboge. HEX triplet: F6, 97 and 0F. RGB value is (246,151,15). Sum of RGB (Red+Green+Blue) = 246+151+15=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F6970F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6970F is #0968F0. Grayscale: #A4A4A4. Windows color (decimal): -616689 or 1021942. OLE color: 1021942.

HSL color Cylindrical-coordinate representation of color #F6970F: hue angle of 35.32º degrees, saturation: 0.93, 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 #F6970F is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 151 15 -
CMYK 0 0.39 0.94 0.04
HSL 35.32º 0.93% 0.51% -
HSV(B) 35.32º 0.94% 0.96% -
XYZ 49.16 41.76 5.92 -
YUV 163.9 43.97 186.56 -
System Red Green Blue C M Y K H S L
Decimal 246 151 15 0 0.39 0.94 0.04 35.32 0.93 0.51
Hex F6 97 F 0 27 5E 4 23 5D 33
Octal 366 227 17 0 47 136 4 43 135 63
Binary 11110110 10010111 1111 0 100111 1011110 100 100011 1011101 110011

Color Harmonies of #F6970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6970F

Black with #F6970F

Text Example


Text Example

White with #F6970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6970F; }

 p { color: rgb(246,151,15); }

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

background-color css

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

 a { background-color: rgb(246,151,15); }

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

border-color css

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

 span { border-color: rgb(246,151,15); }

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