Html Css Color HEX #F2B60A Selective Yellow

📋 copy color: '#F2B60A'

red 242 ◦ green 182 ◦ blue 10

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

Shades of Selective Yellow #F2B60A

Tints of Selective Yellow #F2B60A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.94%

 BLUE value IS 10 (4.3% from 255) = 2.3%

R = 55.76%
G = 41.94%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2B60A (or 0xF2B60A) is known color: Selective Yellow. HEX triplet: F2, B6 and 0A. RGB value is (242,182,10). Sum of RGB (Red+Green+Blue) = 242+182+10=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 10 (4.30% from 255 or 2.30% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B60A is #0D49F5. Grayscale: #B5B5B5. Windows color (decimal): -870902 or 702194. OLE color: 702194.

HSL color Cylindrical-coordinate representation of color #F2B60A: hue angle of 44.48º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2B60A is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 182 10 -
CMYK 0 0.25 0.96 0.05
HSL 44.48º 0.92% 0.49% -
HSV(B) 44.48º 0.96% 0.95% -
XYZ 53.4 52.36 7.58 -
YUV 180.33 31.88 171.99 -
System Red Green Blue C M Y K H S L
Decimal 242 182 10 0 0.25 0.96 0.05 44.48 0.92 0.49
Hex F2 B6 A 0 19 60 5 2C 5C 31
Octal 362 266 12 0 31 140 5 54 134 61
Binary 11110010 10110110 1010 0 11001 1100000 101 101100 1011100 110001

Color Harmonies of #F2B60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B60A

Black with #F2B60A

Text Example


Text Example

White with #F2B60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B60A; }

 p { color: rgb(242,182,10); }

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

background-color css

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

 a { background-color: rgb(242,182,10); }

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

border-color css

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

 span { border-color: rgb(242,182,10); }

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