Html Css Color HEX #F2930C Gamboge

📋 copy color: '#F2930C'

red 242 ◦ green 147 ◦ blue 12

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

Shades of Gamboge #F2930C

Tints of Gamboge #F2930C

RGB

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

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

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

R = 60.35%
G = 36.66%
B = 2.99%

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

#F2930C (or 0xF2930C) is known color: Gamboge. HEX triplet: F2, 93 and 0C. RGB value is (242,147,12). Sum of RGB (Red+Green+Blue) = 242+147+12=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2930C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2930C is #0D6CF3. Grayscale: #A0A0A0. Windows color (decimal): -879860 or 824306. OLE color: 824306.

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

Color convert

RGB 242 147 12 -
CMYK 0 0.39 0.95 0.05
HSL 35.22º 0.91% 0.5% -
HSV(B) 35.22º 0.95% 0.95% -
XYZ 47.12 39.77 5.54 -
YUV 160.02 44.47 186.48 -
System Red Green Blue C M Y K H S L
Decimal 242 147 12 0 0.39 0.95 0.05 35.22 0.91 0.5
Hex F2 93 C 0 27 5F 5 23 5B 32
Octal 362 223 14 0 47 137 5 43 133 62
Binary 11110010 10010011 1100 0 100111 1011111 101 100011 1011011 110010

Color Harmonies of #F2930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2930C

Black with #F2930C

Text Example


Text Example

White with #F2930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2930C; }

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

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

background-color css

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

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

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

border-color css

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

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

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