Html Css Color HEX #F2B040 My Sin

📋 copy color: '#F2B040'

red 242 ◦ green 176 ◦ blue 64

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

Shades of My Sin #F2B040

Tints of My Sin #F2B040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.51%

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

R = 50.21%
G = 36.51%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2B040 (or 0xF2B040) is known color: My Sin. HEX triplet: F2, B0 and 40. RGB value is (242,176,64). Sum of RGB (Red+Green+Blue) = 242+176+64=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B040 is #0D4FBF. Grayscale: #B7B7B7. Windows color (decimal): -872384 or 4239602. OLE color: 4239602.

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

Color convert

RGB 242 176 64 -
CMYK 0 0.27 0.74 0.05
HSL 37.75º 0.87% 0.6% -
HSV(B) 37.75º 0.74% 0.95% -
XYZ 53.07 50.3 11.76 -
YUV 182.97 60.87 170.11 -
System Red Green Blue C M Y K H S L
Decimal 242 176 64 0 0.27 0.74 0.05 37.75 0.87 0.6
Hex F2 B0 40 0 1B 4A 5 26 57 3C
Octal 362 260 100 0 33 112 5 46 127 74
Binary 11110010 10110000 1000000 0 11011 1001010 101 100110 1010111 111100

Color Harmonies of #F2B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B040

Black with #F2B040

Text Example


Text Example

White with #F2B040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B040; }

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

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

background-color css

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

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

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

border-color css

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

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

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