Html Css Color HEX #F1AF08 Selective Yellow

📋 copy color: '#F1AF08'

red 241 ◦ green 175 ◦ blue 8

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

Shades of Selective Yellow #F1AF08

Tints of Selective Yellow #F1AF08

RGB

 RED value IS 241 (94.53% from 255) = 56.84%

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

 BLUE value IS 8 (3.52% from 255) = 1.89%

R = 56.84%
G = 41.27%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F1AF08 (or 0xF1AF08) is known color: Selective Yellow. HEX triplet: F1, AF and 08. RGB value is (241,175,8). Sum of RGB (Red+Green+Blue) = 241+175+8=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1AF08 is #0E50F7. Grayscale: #B0B0B0. Windows color (decimal): -938232 or 569329. OLE color: 569329.

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

Color convert

RGB 241 175 8 -
CMYK 0 0.27 0.97 0.05
HSL 43º 0.94% 0.49% -
HSV(B) 43º 0.97% 0.95% -
XYZ 51.65 49.38 7.04 -
YUV 175.7 33.37 174.58 -
System Red Green Blue C M Y K H S L
Decimal 241 175 8 0 0.27 0.97 0.05 43 0.94 0.49
Hex F1 AF 8 0 1B 61 5 2B 5E 31
Octal 361 257 10 0 33 141 5 53 136 61
Binary 11110001 10101111 1000 0 11011 1100001 101 101011 1011110 110001

Color Harmonies of #F1AF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF08

Black with #F1AF08

Text Example


Text Example

White with #F1AF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF08; }

 p { color: rgb(241,175,8); }

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

background-color css

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

 a { background-color: rgb(241,175,8); }

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

border-color css

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

 span { border-color: rgb(241,175,8); }

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