Html Css Color HEX #F19B0A Gamboge

📋 copy color: '#F19B0A'

red 241 ◦ green 155 ◦ blue 10

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

Shades of Gamboge #F19B0A

Tints of Gamboge #F19B0A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.18%

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 59.36%
G = 38.18%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F19B0A (or 0xF19B0A) is known color: Gamboge. HEX triplet: F1, 9B and 0A. RGB value is (241,155,10). Sum of RGB (Red+Green+Blue) = 241+155+10=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19B0A is #0E64F5. Grayscale: #A4A4A4. Windows color (decimal): -943350 or 695281. OLE color: 695281.

HSL color Cylindrical-coordinate representation of color #F19B0A: hue angle of 37.66º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F19B0A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 155 10 -
CMYK 0 0.36 0.96 0.05
HSL 37.66º 0.92% 0.49% -
HSV(B) 37.66º 0.96% 0.95% -
XYZ 48.05 42.17 5.89 -
YUV 164.18 40.99 182.79 -
System Red Green Blue C M Y K H S L
Decimal 241 155 10 0 0.36 0.96 0.05 37.66 0.92 0.49
Hex F1 9B A 0 24 60 5 26 5C 31
Octal 361 233 12 0 44 140 5 46 134 61
Binary 11110001 10011011 1010 0 100100 1100000 101 100110 1011100 110001

Color Harmonies of #F19B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19B0A

Black with #F19B0A

Text Example


Text Example

White with #F19B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19B0A; }

 p { color: rgb(241,155,10); }

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

background-color css

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

 a { background-color: rgb(241,155,10); }

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

border-color css

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

 span { border-color: rgb(241,155,10); }

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