Html Css Color HEX #F1980A Gamboge

📋 copy color: '#F1980A'

red 241 ◦ green 152 ◦ blue 10

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

Shades of Gamboge #F1980A

Tints of Gamboge #F1980A

RGB

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

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

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

R = 59.8%
G = 37.72%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1980A (or 0xF1980A) is known color: Gamboge. HEX triplet: F1, 98 and 0A. RGB value is (241,152,10). Sum of RGB (Red+Green+Blue) = 241+152+10=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1980A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1980A is #0E67F5. Grayscale: #A3A3A3. Windows color (decimal): -944118 or 694513. OLE color: 694513.

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

Color convert

RGB 241 152 10 -
CMYK 0 0.37 0.96 0.05
HSL 36.88º 0.92% 0.49% -
HSV(B) 36.88º 0.96% 0.95% -
XYZ 47.56 41.18 5.73 -
YUV 162.42 41.99 184.05 -
System Red Green Blue C M Y K H S L
Decimal 241 152 10 0 0.37 0.96 0.05 36.88 0.92 0.49
Hex F1 98 A 0 25 60 5 25 5C 31
Octal 361 230 12 0 45 140 5 45 134 61
Binary 11110001 10011000 1010 0 100101 1100000 101 100101 1011100 110001

Color Harmonies of #F1980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1980A

Black with #F1980A

Text Example


Text Example

White with #F1980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1980A; }

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

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

background-color css

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

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

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

border-color css

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

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

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