Html Css Color HEX #F19914 Gamboge

📋 copy color: '#F19914'

red 241 ◦ green 153 ◦ blue 20

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

Shades of Gamboge #F19914

Tints of Gamboge #F19914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 20 (8.2% from 255) = 4.83%

R = 58.21%
G = 36.96%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F19914 (or 0xF19914) is known color: Gamboge. HEX triplet: F1, 99 and 14. RGB value is (241,153,20). Sum of RGB (Red+Green+Blue) = 241+153+20=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F19914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19914 is #0E66EB. Grayscale: #A4A4A4. Windows color (decimal): -943852 or 1350129. OLE color: 1350129.

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

Color convert

RGB 241 153 20 -
CMYK 0 0.37 0.92 0.05
HSL 36.11º 0.89% 0.51% -
HSV(B) 36.11º 0.92% 0.95% -
XYZ 47.79 41.53 6.16 -
YUV 164.15 46.65 182.81 -
System Red Green Blue C M Y K H S L
Decimal 241 153 20 0 0.37 0.92 0.05 36.11 0.89 0.51
Hex F1 99 14 0 25 5C 5 24 59 33
Octal 361 231 24 0 45 134 5 44 131 63
Binary 11110001 10011001 10100 0 100101 1011100 101 100100 1011001 110011

Color Harmonies of #F19914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19914

Black with #F19914

Text Example


Text Example

White with #F19914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19914; }

 p { color: rgb(241,153,20); }

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

background-color css

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

 a { background-color: rgb(241,153,20); }

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

border-color css

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

 span { border-color: rgb(241,153,20); }

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