Html Css Color HEX #F2B340 My Sin

📋 copy color: '#F2B340'

red 242 ◦ green 179 ◦ blue 64

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

Shades of My Sin #F2B340

Tints of My Sin #F2B340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.91%

 BLUE value IS 64 (25.39% from 255) = 13.2%

R = 49.9%
G = 36.91%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2B340 (or 0xF2B340) is known color: My Sin. HEX triplet: F2, B3 and 40. RGB value is (242,179,64). Sum of RGB (Red+Green+Blue) = 242+179+64=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B340 is #0D4CBF. Grayscale: #B9B9B9. Windows color (decimal): -871616 or 4240370. OLE color: 4240370.

HSL color Cylindrical-coordinate representation of color #F2B340: hue angle of 38.76º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2B340 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 179 64 -
CMYK 0 0.26 0.74 0.05
HSL 38.76º 0.87% 0.6% -
HSV(B) 38.76º 0.74% 0.95% -
XYZ 53.66 51.49 11.96 -
YUV 184.73 59.87 168.85 -
System Red Green Blue C M Y K H S L
Decimal 242 179 64 0 0.26 0.74 0.05 38.76 0.87 0.6
Hex F2 B3 40 0 1A 4A 5 27 57 3C
Octal 362 263 100 0 32 112 5 47 127 74
Binary 11110010 10110011 1000000 0 11010 1001010 101 100111 1010111 111100

Color Harmonies of #F2B340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B340

Black with #F2B340

Text Example


Text Example

White with #F2B340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B340; }

 p { color: rgb(242,179,64); }

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

background-color css

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

 a { background-color: rgb(242,179,64); }

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

border-color css

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

 span { border-color: rgb(242,179,64); }

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