Html Css Color HEX #F2930F Gamboge

📋 copy color: '#F2930F'

red 242 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #F2930F

Tints of Gamboge #F2930F

RGB

 RED value IS 242 (94.92% from 255) = 59.9%

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

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

R = 59.9%
G = 36.39%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2930F (or 0xF2930F) is known color: Gamboge. HEX triplet: F2, 93 and 0F. RGB value is (242,147,15). Sum of RGB (Red+Green+Blue) = 242+147+15=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2930F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2930F is #0D6CF0. Grayscale: #A0A0A0. Windows color (decimal): -879857 or 1020914. OLE color: 1020914.

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

Color convert

RGB 242 147 15 -
CMYK 0 0.39 0.94 0.05
HSL 34.89º 0.9% 0.5% -
HSV(B) 34.89º 0.94% 0.95% -
XYZ 47.14 39.78 5.65 -
YUV 160.36 45.97 186.23 -
System Red Green Blue C M Y K H S L
Decimal 242 147 15 0 0.39 0.94 0.05 34.89 0.9 0.5
Hex F2 93 F 0 27 5E 5 23 5A 32
Octal 362 223 17 0 47 136 5 43 132 62
Binary 11110010 10010011 1111 0 100111 1011110 101 100011 1011010 110010

Color Harmonies of #F2930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2930F

Black with #F2930F

Text Example


Text Example

White with #F2930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2930F; }

 p { color: rgb(242,147,15); }

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

background-color css

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

 a { background-color: rgb(242,147,15); }

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

border-color css

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

 span { border-color: rgb(242,147,15); }

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