Html Css Color HEX #F2970C Gamboge

📋 copy color: '#F2970C'

red 242 ◦ green 151 ◦ blue 12

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

Shades of Gamboge #F2970C

Tints of Gamboge #F2970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.28%

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

R = 59.75%
G = 37.28%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2970C (or 0xF2970C) is known color: Gamboge. HEX triplet: F2, 97 and 0C. RGB value is (242,151,12). Sum of RGB (Red+Green+Blue) = 242+151+12=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2970C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2970C is #0D68F3. Grayscale: #A3A3A3. Windows color (decimal): -878836 or 825330. OLE color: 825330.

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

Color convert

RGB 242 151 12 -
CMYK 0 0.38 0.95 0.05
HSL 36.26º 0.91% 0.5% -
HSV(B) 36.26º 0.95% 0.95% -
XYZ 47.75 41.04 5.75 -
YUV 162.36 43.15 184.8 -
System Red Green Blue C M Y K H S L
Decimal 242 151 12 0 0.38 0.95 0.05 36.26 0.91 0.5
Hex F2 97 C 0 26 5F 5 24 5B 32
Octal 362 227 14 0 46 137 5 44 133 62
Binary 11110010 10010111 1100 0 100110 1011111 101 100100 1011011 110010

Color Harmonies of #F2970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2970C

Black with #F2970C

Text Example


Text Example

White with #F2970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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