Html Css Color HEX #F2B104 Selective Yellow

📋 copy color: '#F2B104'

red 242 ◦ green 177 ◦ blue 4

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

Shades of Selective Yellow #F2B104

Tints of Selective Yellow #F2B104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 57.21%
G = 41.84%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2B104 (or 0xF2B104) is known color: Selective Yellow. HEX triplet: F2, B1 and 04. RGB value is (242,177,4). Sum of RGB (Red+Green+Blue) = 242+177+4=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B104 is #0D4EFB. Grayscale: #B1B1B1. Windows color (decimal): -872188 or 307698. OLE color: 307698.

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

Color convert

RGB 242 177 4 -
CMYK 0 0.27 0.98 0.05
HSL 43.61º 0.97% 0.48% -
HSV(B) 43.61º 0.98% 0.95% -
XYZ 52.36 50.33 7.07 -
YUV 176.71 30.53 174.57 -
System Red Green Blue C M Y K H S L
Decimal 242 177 4 0 0.27 0.98 0.05 43.61 0.97 0.48
Hex F2 B1 4 0 1B 62 5 2C 61 30
Octal 362 261 4 0 33 142 5 54 141 60
Binary 11110010 10110001 100 0 11011 1100010 101 101100 1100001 110000

Color Harmonies of #F2B104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B104

Black with #F2B104

Text Example


Text Example

White with #F2B104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B104; }

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

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

background-color css

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

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

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

border-color css

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

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

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