Html Css Color HEX #F1900F Gamboge

📋 copy color: '#F1900F'

red 241 ◦ green 144 ◦ blue 15

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

Shades of Gamboge #F1900F

Tints of Gamboge #F1900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36%

 BLUE value IS 15 (6.25% from 255) = 3.75%

R = 60.25%
G = 36%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1900F (or 0xF1900F) is known color: Gamboge. HEX triplet: F1, 90 and 0F. RGB value is (241,144,15). Sum of RGB (Red+Green+Blue) = 241+144+15=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1900F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1900F is #0E6FF0. Grayscale: #9E9E9E. Windows color (decimal): -946161 or 1020145. OLE color: 1020145.

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

Color convert

RGB 241 144 15 -
CMYK 0 0.40 0.94 0.05
HSL 34.25º 0.89% 0.5% -
HSV(B) 34.25º 0.94% 0.95% -
XYZ 46.34 38.68 5.48 -
YUV 158.3 47.14 186.99 -
System Red Green Blue C M Y K H S L
Decimal 241 144 15 0 0.40 0.94 0.05 34.25 0.89 0.5
Hex F1 90 F 0 28 5E 5 22 59 32
Octal 361 220 17 0 50 136 5 42 131 62
Binary 11110001 10010000 1111 0 101000 1011110 101 100010 1011001 110010

Color Harmonies of #F1900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1900F

Black with #F1900F

Text Example


Text Example

White with #F1900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1900F; }

 p { color: rgb(241,144,15); }

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

background-color css

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

 a { background-color: rgb(241,144,15); }

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

border-color css

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

 span { border-color: rgb(241,144,15); }

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