Html Css Color HEX #F5F306 Yellow

📋 copy color: '#F5F306'

red 245 ◦ green 243 ◦ blue 6

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

Shades of Yellow #F5F306

Tints of Yellow #F5F306

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.19%

 BLUE value IS 6 (2.73% from 255) = 1.21%

R = 49.6%
G = 49.19%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5F306 (or 0xF5F306) is known color: Yellow. HEX triplet: F5, F3 and 06. RGB value is (245,243,6). Sum of RGB (Red+Green+Blue) = 245+243+6=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 6 (2.73% from 255 or 1.21% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F306 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F306 is #0A0CF9. Grayscale: #D9D9D9. Windows color (decimal): -658682 or 455669. OLE color: 455669.

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

Color convert

RGB 245 243 6 -
CMYK 0 0.01 0.98 0.04
HSL 59.5º 0.95% 0.49% -
HSV(B) 59.5º 0.98% 0.96% -
XYZ 69.74 83.53 12.62 -
YUV 216.58 9.16 148.27 -
System Red Green Blue C M Y K H S L
Decimal 245 243 6 0 0.01 0.98 0.04 59.5 0.95 0.49
Hex F5 F3 6 0 1 62 4 3B 5F 31
Octal 365 363 6 0 1 142 4 73 137 61
Binary 11110101 11110011 110 0 1 1100010 100 111011 1011111 110001

Color Harmonies of #F5F306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F306

Black with #F5F306

Text Example


Text Example

White with #F5F306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F306; }

 p { color: rgb(245,243,6); }

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

background-color css

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

 a { background-color: rgb(245,243,6); }

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

border-color css

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

 span { border-color: rgb(245,243,6); }

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