Html Css Color HEX #F2B700 Selective Yellow

📋 copy color: '#F2B700'

red 242 ◦ green 183 ◦ blue 0

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

Shades of Selective Yellow #F2B700

Tints of Selective Yellow #F2B700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.94%
G = 43.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2B700 (or 0xF2B700) is known color: Selective Yellow. HEX triplet: F2, B7 and 00. RGB value is (242,183,0). Sum of RGB (Red+Green+Blue) = 242+183+0=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B700 is #0D48FF. Grayscale: #B4B4B4. Windows color (decimal): -870656 or 47090. OLE color: 47090.

HSL color Cylindrical-coordinate representation of color #F2B700: hue angle of 45.37º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2B700 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 183 0 -
CMYK 0 0.24 1 0.05
HSL 45.37º 1% 0.47% -
HSV(B) 45.37º 1% 0.95% -
XYZ 53.55 52.74 7.36 -
YUV 179.78 26.55 172.38 -
System Red Green Blue C M Y K H S L
Decimal 242 183 0 0 0.24 1 0.05 45.37 1 0.47
Hex F2 B7 0 0 18 64 5 2D 64 2F
Octal 362 267 0 0 30 144 5 55 144 57
Binary 11110010 10110111 0 0 11000 1100100 101 101101 1100100 101111

Color Harmonies of #F2B700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B700

Black with #F2B700

Text Example


Text Example

White with #F2B700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B700; }

 p { color: rgb(242,183,0); }

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

background-color css

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

 a { background-color: rgb(242,183,0); }

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

border-color css

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

 span { border-color: rgb(242,183,0); }

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