Html Css Color HEX #F19C0A Gamboge

📋 copy color: '#F19C0A'

red 241 ◦ green 156 ◦ blue 10

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

Shades of Gamboge #F19C0A

Tints of Gamboge #F19C0A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.33%

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

R = 59.21%
G = 38.33%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F19C0A (or 0xF19C0A) is known color: Gamboge. HEX triplet: F1, 9C and 0A. RGB value is (241,156,10). Sum of RGB (Red+Green+Blue) = 241+156+10=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19C0A is #0E63F5. Grayscale: #A5A5A5. Windows color (decimal): -943094 or 695537. OLE color: 695537.

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

Color convert

RGB 241 156 10 -
CMYK 0 0.35 0.96 0.05
HSL 37.92º 0.92% 0.49% -
HSV(B) 37.92º 0.96% 0.95% -
XYZ 48.22 42.5 5.95 -
YUV 164.77 40.66 182.37 -
System Red Green Blue C M Y K H S L
Decimal 241 156 10 0 0.35 0.96 0.05 37.92 0.92 0.49
Hex F1 9C A 0 23 60 5 26 5C 31
Octal 361 234 12 0 43 140 5 46 134 61
Binary 11110001 10011100 1010 0 100011 1100000 101 100110 1011100 110001

Color Harmonies of #F19C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19C0A

Black with #F19C0A

Text Example


Text Example

White with #F19C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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