Html Css Color HEX #F2B107 Selective Yellow

📋 copy color: '#F2B107'

red 242 ◦ green 177 ◦ blue 7

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

Shades of Selective Yellow #F2B107

Tints of Selective Yellow #F2B107

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.55%

 BLUE value IS 7 (3.13% from 255) = 1.64%

R = 56.81%
G = 41.55%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2B107 (or 0xF2B107) is known color: Selective Yellow. HEX triplet: F2, B1 and 07. RGB value is (242,177,7). Sum of RGB (Red+Green+Blue) = 242+177+7=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B107 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B107 is #0D4EF8. Grayscale: #B1B1B1. Windows color (decimal): -872185 or 504306. OLE color: 504306.

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

Color convert

RGB 242 177 7 -
CMYK 0 0.27 0.97 0.05
HSL 43.4º 0.94% 0.49% -
HSV(B) 43.4º 0.97% 0.95% -
XYZ 52.38 50.34 7.16 -
YUV 177.06 32.03 174.32 -
System Red Green Blue C M Y K H S L
Decimal 242 177 7 0 0.27 0.97 0.05 43.4 0.94 0.49
Hex F2 B1 7 0 1B 61 5 2B 5E 31
Octal 362 261 7 0 33 141 5 53 136 61
Binary 11110010 10110001 111 0 11011 1100001 101 101011 1011110 110001

Color Harmonies of #F2B107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B107

Black with #F2B107

Text Example


Text Example

White with #F2B107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B107; }

 p { color: rgb(242,177,7); }

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

background-color css

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

 a { background-color: rgb(242,177,7); }

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

border-color css

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

 span { border-color: rgb(242,177,7); }

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