Html Css Color HEX #F19A0C Gamboge

📋 copy color: '#F19A0C'

red 241 ◦ green 154 ◦ blue 12

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

Shades of Gamboge #F19A0C

Tints of Gamboge #F19A0C

RGB

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

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

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

R = 59.21%
G = 37.84%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F19A0C (or 0xF19A0C) is known color: Gamboge. HEX triplet: F1, 9A and 0C. RGB value is (241,154,12). Sum of RGB (Red+Green+Blue) = 241+154+12=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19A0C is #0E65F3. Grayscale: #A4A4A4. Windows color (decimal): -943604 or 826097. OLE color: 826097.

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

Color convert

RGB 241 154 12 -
CMYK 0 0.36 0.95 0.05
HSL 37.21º 0.91% 0.5% -
HSV(B) 37.21º 0.95% 0.95% -
XYZ 47.9 41.84 5.9 -
YUV 163.83 42.32 183.05 -
System Red Green Blue C M Y K H S L
Decimal 241 154 12 0 0.36 0.95 0.05 37.21 0.91 0.5
Hex F1 9A C 0 24 5F 5 25 5B 32
Octal 361 232 14 0 44 137 5 45 133 62
Binary 11110001 10011010 1100 0 100100 1011111 101 100101 1011011 110010

Color Harmonies of #F19A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19A0C

Black with #F19A0C

Text Example


Text Example

White with #F19A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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