Html Css Color HEX #F1970E Gamboge

📋 copy color: '#F1970E'

red 241 ◦ green 151 ◦ blue 14

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

Shades of Gamboge #F1970E

Tints of Gamboge #F1970E

RGB

 RED value IS 241 (94.53% from 255) = 59.36%

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

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

R = 59.36%
G = 37.19%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1970E (or 0xF1970E) is known color: Gamboge. HEX triplet: F1, 97 and 0E. RGB value is (241,151,14). Sum of RGB (Red+Green+Blue) = 241+151+14=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F1970E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1970E is #0E68F1. Grayscale: #A2A2A2. Windows color (decimal): -944370 or 956401. OLE color: 956401.

HSL color Cylindrical-coordinate representation of color #F1970E: hue angle of 36.21º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1970E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 151 14 -
CMYK 0 0.37 0.94 0.05
HSL 36.21º 0.89% 0.5% -
HSV(B) 36.21º 0.94% 0.95% -
XYZ 47.42 40.87 5.8 -
YUV 162.29 44.32 184.14 -
System Red Green Blue C M Y K H S L
Decimal 241 151 14 0 0.37 0.94 0.05 36.21 0.89 0.5
Hex F1 97 E 0 25 5E 5 24 59 32
Octal 361 227 16 0 45 136 5 44 131 62
Binary 11110001 10010111 1110 0 100101 1011110 101 100100 1011001 110010

Color Harmonies of #F1970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1970E

Black with #F1970E

Text Example


Text Example

White with #F1970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1970E; }

 p { color: rgb(241,151,14); }

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

background-color css

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

 a { background-color: rgb(241,151,14); }

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

border-color css

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

 span { border-color: rgb(241,151,14); }

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