Html Css Color HEX #F19A0A Gamboge

📋 copy color: '#F19A0A'

red 241 ◦ green 154 ◦ blue 10

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

Shades of Gamboge #F19A0A

Tints of Gamboge #F19A0A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.02%

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

R = 59.51%
G = 38.02%
B = 2.47%

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

#F19A0A (or 0xF19A0A) is known color: Gamboge. HEX triplet: F1, 9A and 0A. RGB value is (241,154,10). Sum of RGB (Red+Green+Blue) = 241+154+10=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19A0A is #0E65F5. Grayscale: #A4A4A4. Windows color (decimal): -943606 or 695025. OLE color: 695025.

HSL color Cylindrical-coordinate representation of color #F19A0A: hue angle of 37.4º 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 #F19A0A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 154 10 -
CMYK 0 0.36 0.96 0.05
HSL 37.4º 0.92% 0.49% -
HSV(B) 37.4º 0.96% 0.95% -
XYZ 47.89 41.83 5.84 -
YUV 163.6 41.32 183.21 -
System Red Green Blue C M Y K H S L
Decimal 241 154 10 0 0.36 0.96 0.05 37.4 0.92 0.49
Hex F1 9A A 0 24 60 5 25 5C 31
Octal 361 232 12 0 44 140 5 45 134 61
Binary 11110001 10011010 1010 0 100100 1100000 101 100101 1011100 110001

Color Harmonies of #F19A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19A0A

Black with #F19A0A

Text Example


Text Example

White with #F19A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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