Html Css Color HEX #F2B007 Selective Yellow

📋 copy color: '#F2B007'

red 242 ◦ green 176 ◦ blue 7

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

Shades of Selective Yellow #F2B007

Tints of Selective Yellow #F2B007

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

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

R = 56.94%
G = 41.41%
B = 1.65%

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

#F2B007 (or 0xF2B007) is known color: Selective Yellow. HEX triplet: F2, B0 and 07. RGB value is (242,176,7). Sum of RGB (Red+Green+Blue) = 242+176+7=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B007 is #0D4FF8. Grayscale: #B1B1B1. Windows color (decimal): -872441 or 504050. OLE color: 504050.

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

Color convert

RGB 242 176 7 -
CMYK 0 0.27 0.97 0.05
HSL 43.15º 0.94% 0.49% -
HSV(B) 43.15º 0.97% 0.95% -
XYZ 52.18 49.94 7.09 -
YUV 176.47 32.37 174.74 -
System Red Green Blue C M Y K H S L
Decimal 242 176 7 0 0.27 0.97 0.05 43.15 0.94 0.49
Hex F2 B0 7 0 1B 61 5 2B 5E 31
Octal 362 260 7 0 33 141 5 53 136 61
Binary 11110010 10110000 111 0 11011 1100001 101 101011 1011110 110001

Color Harmonies of #F2B007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B007

Black with #F2B007

Text Example


Text Example

White with #F2B007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B007; }

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

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

background-color css

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

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

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

border-color css

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

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

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