Html Css Color HEX #F5AF03 Selective Yellow

📋 copy color: '#F5AF03'

red 245 ◦ green 175 ◦ blue 3

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

Shades of Selective Yellow #F5AF03

Tints of Selective Yellow #F5AF03

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 57.92%
G = 41.37%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F5AF03 (or 0xF5AF03) is known color: Selective Yellow. HEX triplet: F5, AF and 03. RGB value is (245,175,3). Sum of RGB (Red+Green+Blue) = 245+175+3=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AF03 is #0A50FC. Grayscale: #B1B1B1. Windows color (decimal): -676093 or 241653. OLE color: 241653.

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

Color convert

RGB 245 175 3 -
CMYK 0 0.29 0.99 0.04
HSL 42.64º 0.98% 0.49% -
HSV(B) 42.64º 0.99% 0.96% -
XYZ 53 50.08 6.96 -
YUV 176.32 30.19 176.99 -
System Red Green Blue C M Y K H S L
Decimal 245 175 3 0 0.29 0.99 0.04 42.64 0.98 0.49
Hex F5 AF 3 0 1D 63 4 2B 62 31
Octal 365 257 3 0 35 143 4 53 142 61
Binary 11110101 10101111 11 0 11101 1100011 100 101011 1100010 110001

Color Harmonies of #F5AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF03

Black with #F5AF03

Text Example


Text Example

White with #F5AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF03; }

 p { color: rgb(245,175,3); }

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

background-color css

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

 a { background-color: rgb(245,175,3); }

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

border-color css

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

 span { border-color: rgb(245,175,3); }

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