Html Css Color HEX #F1990F Gamboge

📋 copy color: '#F1990F'

red 241 ◦ green 153 ◦ blue 15

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

Shades of Gamboge #F1990F

Tints of Gamboge #F1990F

RGB

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

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

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

R = 58.92%
G = 37.41%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1990F (or 0xF1990F) is known color: Gamboge. HEX triplet: F1, 99 and 0F. RGB value is (241,153,15). Sum of RGB (Red+Green+Blue) = 241+153+15=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F1990F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1990F is #0E66F0. Grayscale: #A4A4A4. Windows color (decimal): -943857 or 1022449. OLE color: 1022449.

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

Color convert

RGB 241 153 15 -
CMYK 0 0.37 0.94 0.05
HSL 36.64º 0.89% 0.5% -
HSV(B) 36.64º 0.94% 0.95% -
XYZ 47.75 41.52 5.95 -
YUV 163.58 44.15 183.22 -
System Red Green Blue C M Y K H S L
Decimal 241 153 15 0 0.37 0.94 0.05 36.64 0.89 0.5
Hex F1 99 F 0 25 5E 5 25 59 32
Octal 361 231 17 0 45 136 5 45 131 62
Binary 11110001 10011001 1111 0 100101 1011110 101 100101 1011001 110010

Color Harmonies of #F1990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1990F

Black with #F1990F

Text Example


Text Example

White with #F1990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1990F; }

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

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

background-color css

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

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

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

border-color css

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

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

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