Html Css Color HEX #F2B60C Selective Yellow

📋 copy color: '#F2B60C'

red 242 ◦ green 182 ◦ blue 12

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

Shades of Selective Yellow #F2B60C

Tints of Selective Yellow #F2B60C

RGB

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

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

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

R = 55.5%
G = 41.74%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2B60C (or 0xF2B60C) is known color: Selective Yellow. HEX triplet: F2, B6 and 0C. RGB value is (242,182,12). Sum of RGB (Red+Green+Blue) = 242+182+12=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B60C is #0D49F3. Grayscale: #B5B5B5. Windows color (decimal): -870900 or 833266. OLE color: 833266.

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

Color convert

RGB 242 182 12 -
CMYK 0 0.25 0.95 0.05
HSL 44.35º 0.91% 0.5% -
HSV(B) 44.35º 0.95% 0.95% -
XYZ 53.41 52.36 7.64 -
YUV 180.56 32.88 171.82 -
System Red Green Blue C M Y K H S L
Decimal 242 182 12 0 0.25 0.95 0.05 44.35 0.91 0.5
Hex F2 B6 C 0 19 5F 5 2C 5B 32
Octal 362 266 14 0 31 137 5 54 133 62
Binary 11110010 10110110 1100 0 11001 1011111 101 101100 1011011 110010

Color Harmonies of #F2B60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B60C

Black with #F2B60C

Text Example


Text Example

White with #F2B60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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