Html Css Color HEX #F5B007 Selective Yellow

📋 copy color: '#F5B007'

red 245 ◦ green 176 ◦ blue 7

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

Shades of Selective Yellow #F5B007

Tints of Selective Yellow #F5B007

RGB

 RED value IS 245 (96.09% from 255) = 57.24%

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

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

R = 57.24%
G = 41.12%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F5B007 (or 0xF5B007) is known color: Selective Yellow. HEX triplet: F5, B0 and 07. RGB value is (245,176,7). Sum of RGB (Red+Green+Blue) = 245+176+7=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5B007 is #0A4FF8. Grayscale: #B2B2B2. Windows color (decimal): -675833 or 504053. OLE color: 504053.

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

Color convert

RGB 245 176 7 -
CMYK 0 0.28 0.97 0.04
HSL 42.61º 0.94% 0.49% -
HSV(B) 42.61º 0.97% 0.96% -
XYZ 53.22 50.48 7.14 -
YUV 177.37 31.86 176.24 -
System Red Green Blue C M Y K H S L
Decimal 245 176 7 0 0.28 0.97 0.04 42.61 0.94 0.49
Hex F5 B0 7 0 1C 61 4 2B 5E 31
Octal 365 260 7 0 34 141 4 53 136 61
Binary 11110101 10110000 111 0 11100 1100001 100 101011 1011110 110001

Color Harmonies of #F5B007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B007

Black with #F5B007

Text Example


Text Example

White with #F5B007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B007; }

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

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

background-color css

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

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

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

border-color css

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

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

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