Html Css Color HEX #F2980C Gamboge

📋 copy color: '#F2980C'

red 242 ◦ green 152 ◦ blue 12

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

Shades of Gamboge #F2980C

Tints of Gamboge #F2980C

RGB

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

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

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

R = 59.61%
G = 37.44%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2980C (or 0xF2980C) is known color: Gamboge. HEX triplet: F2, 98 and 0C. RGB value is (242,152,12). Sum of RGB (Red+Green+Blue) = 242+152+12=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2980C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2980C is #0D67F3. Grayscale: #A3A3A3. Windows color (decimal): -878580 or 825586. OLE color: 825586.

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

Color convert

RGB 242 152 12 -
CMYK 0 0.37 0.95 0.05
HSL 36.52º 0.91% 0.5% -
HSV(B) 36.52º 0.95% 0.95% -
XYZ 47.91 41.36 5.81 -
YUV 162.95 42.82 184.38 -
System Red Green Blue C M Y K H S L
Decimal 242 152 12 0 0.37 0.95 0.05 36.52 0.91 0.5
Hex F2 98 C 0 25 5F 5 25 5B 32
Octal 362 230 14 0 45 137 5 45 133 62
Binary 11110010 10011000 1100 0 100101 1011111 101 100101 1011011 110010

Color Harmonies of #F2980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2980C

Black with #F2980C

Text Example


Text Example

White with #F2980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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