Html Css Color HEX #F1930C Gamboge

📋 copy color: '#F1930C'

red 241 ◦ green 147 ◦ blue 12

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

Shades of Gamboge #F1930C

Tints of Gamboge #F1930C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3%

R = 60.25%
G = 36.75%
B = 3%

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

#F1930C (or 0xF1930C) is known color: Gamboge. HEX triplet: F1, 93 and 0C. RGB value is (241,147,12). Sum of RGB (Red+Green+Blue) = 241+147+12=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1930C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1930C is #0E6CF3. Grayscale: #A0A0A0. Windows color (decimal): -945396 or 824305. OLE color: 824305.

HSL color Cylindrical-coordinate representation of color #F1930C: hue angle of 35.37º degrees, saturation: 0.91, 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 #F1930C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 147 12 -
CMYK 0 0.39 0.95 0.05
HSL 35.37º 0.91% 0.5% -
HSV(B) 35.37º 0.95% 0.95% -
XYZ 46.78 39.59 5.53 -
YUV 159.72 44.64 185.98 -
System Red Green Blue C M Y K H S L
Decimal 241 147 12 0 0.39 0.95 0.05 35.37 0.91 0.5
Hex F1 93 C 0 27 5F 5 23 5B 32
Octal 361 223 14 0 47 137 5 43 133 62
Binary 11110001 10010011 1100 0 100111 1011111 101 100011 1011011 110010

Color Harmonies of #F1930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1930C

Black with #F1930C

Text Example


Text Example

White with #F1930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1930C; }

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

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

background-color css

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

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

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

border-color css

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

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

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