Html Css Color HEX #F1980F Gamboge

📋 copy color: '#F1980F'

red 241 ◦ green 152 ◦ blue 15

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

Shades of Gamboge #F1980F

Tints of Gamboge #F1980F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.25%

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

R = 59.07%
G = 37.25%
B = 3.68%

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

#F1980F (or 0xF1980F) is known color: Gamboge. HEX triplet: F1, 98 and 0F. RGB value is (241,152,15). Sum of RGB (Red+Green+Blue) = 241+152+15=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F1980F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1980F is #0E67F0. Grayscale: #A3A3A3. Windows color (decimal): -944113 or 1022193. OLE color: 1022193.

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

Color convert

RGB 241 152 15 -
CMYK 0 0.37 0.94 0.05
HSL 36.37º 0.89% 0.5% -
HSV(B) 36.37º 0.94% 0.95% -
XYZ 47.59 41.19 5.89 -
YUV 162.99 44.49 183.64 -
System Red Green Blue C M Y K H S L
Decimal 241 152 15 0 0.37 0.94 0.05 36.37 0.89 0.5
Hex F1 98 F 0 25 5E 5 24 59 32
Octal 361 230 17 0 45 136 5 44 131 62
Binary 11110001 10011000 1111 0 100101 1011110 101 100100 1011001 110010

Color Harmonies of #F1980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1980F

Black with #F1980F

Text Example


Text Example

White with #F1980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1980F; }

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

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

background-color css

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

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

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

border-color css

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

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

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