Html Css Color HEX #F2B610 Selective Yellow

📋 copy color: '#F2B610'

red 242 ◦ green 182 ◦ blue 16

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

Shades of Selective Yellow #F2B610

Tints of Selective Yellow #F2B610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 55%
G = 41.36%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2B610 (or 0xF2B610) is known color: Selective Yellow. HEX triplet: F2, B6 and 10. RGB value is (242,182,16). Sum of RGB (Red+Green+Blue) = 242+182+16=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B610 is #0D49EF. Grayscale: #B5B5B5. Windows color (decimal): -870896 or 1095410. OLE color: 1095410.

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

Color convert

RGB 242 182 16 -
CMYK 0 0.25 0.93 0.05
HSL 44.07º 0.9% 0.51% -
HSV(B) 44.07º 0.93% 0.95% -
XYZ 53.44 52.37 7.78 -
YUV 181.02 34.88 171.5 -
System Red Green Blue C M Y K H S L
Decimal 242 182 16 0 0.25 0.93 0.05 44.07 0.9 0.51
Hex F2 B6 10 0 19 5D 5 2C 5A 33
Octal 362 266 20 0 31 135 5 54 132 63
Binary 11110010 10110110 10000 0 11001 1011101 101 101100 1011010 110011

Color Harmonies of #F2B610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B610

Black with #F2B610

Text Example


Text Example

White with #F2B610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B610; }

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

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

background-color css

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

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

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

border-color css

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

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

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