Html Css Color HEX #F1930D Gamboge

📋 copy color: '#F1930D'

red 241 ◦ green 147 ◦ blue 13

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

Shades of Gamboge #F1930D

Tints of Gamboge #F1930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

 BLUE value IS 13 (5.47% from 255) = 3.24%

R = 60.1%
G = 36.66%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1930D (or 0xF1930D) is known color: Gamboge. HEX triplet: F1, 93 and 0D. RGB value is (241,147,13). Sum of RGB (Red+Green+Blue) = 241+147+13=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1930D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1930D is #0E6CF2. Grayscale: #A0A0A0. Windows color (decimal): -945395 or 889841. OLE color: 889841.

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

Color convert

RGB 241 147 13 -
CMYK 0 0.39 0.95 0.05
HSL 35.26º 0.9% 0.5% -
HSV(B) 35.26º 0.95% 0.95% -
XYZ 46.78 39.6 5.56 -
YUV 159.83 45.14 185.9 -
System Red Green Blue C M Y K H S L
Decimal 241 147 13 0 0.39 0.95 0.05 35.26 0.9 0.5
Hex F1 93 D 0 27 5F 5 23 5A 32
Octal 361 223 15 0 47 137 5 43 132 62
Binary 11110001 10010011 1101 0 100111 1011111 101 100011 1011010 110010

Color Harmonies of #F1930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1930D

Black with #F1930D

Text Example


Text Example

White with #F1930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1930D; }

 p { color: rgb(241,147,13); }

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

background-color css

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

 a { background-color: rgb(241,147,13); }

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

border-color css

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

 span { border-color: rgb(241,147,13); }

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