Html Css Color HEX #F0AF03 Selective Yellow

📋 copy color: '#F0AF03'

red 240 ◦ green 175 ◦ blue 3

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

Shades of Selective Yellow #F0AF03

Tints of Selective Yellow #F0AF03

RGB

 RED value IS 240 (94.14% from 255) = 57.42%

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

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

R = 57.42%
G = 41.87%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F0AF03 (or 0xF0AF03) is known color: Selective Yellow. HEX triplet: F0, AF and 03. RGB value is (240,175,3). Sum of RGB (Red+Green+Blue) = 240+175+3=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AF03 is #0F50FC. Grayscale: #AFAFAF. Windows color (decimal): -1003773 or 241648. OLE color: 241648.

HSL color Cylindrical-coordinate representation of color #F0AF03: hue angle of 43.54º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0AF03 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 3 -
CMYK 0 0.27 0.99 0.06
HSL 43.54º 0.98% 0.48% -
HSV(B) 43.54º 0.99% 0.94% -
XYZ 51.28 49.19 6.88 -
YUV 174.83 31.03 174.49 -
System Red Green Blue C M Y K H S L
Decimal 240 175 3 0 0.27 0.99 0.06 43.54 0.98 0.48
Hex F0 AF 3 0 1B 63 6 2C 62 30
Octal 360 257 3 0 33 143 6 54 142 60
Binary 11110000 10101111 11 0 11011 1100011 110 101100 1100010 110000

Color Harmonies of #F0AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF03

Black with #F0AF03

Text Example


Text Example

White with #F0AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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