Html Css Color HEX #F1B504 Selective Yellow

📋 copy color: '#F1B504'

red 241 ◦ green 181 ◦ blue 4

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

Shades of Selective Yellow #F1B504

Tints of Selective Yellow #F1B504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.49%

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 56.57%
G = 42.49%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F1B504 (or 0xF1B504) is known color: Selective Yellow. HEX triplet: F1, B5 and 04. RGB value is (241,181,4). Sum of RGB (Red+Green+Blue) = 241+181+4=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B504 is #0E4AFB. Grayscale: #B3B3B3. Windows color (decimal): -936700 or 308721. OLE color: 308721.

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

Color convert

RGB 241 181 4 -
CMYK 0 0.25 0.98 0.05
HSL 44.81º 0.97% 0.48% -
HSV(B) 44.81º 0.98% 0.95% -
XYZ 52.82 51.76 7.32 -
YUV 178.76 29.38 172.39 -
System Red Green Blue C M Y K H S L
Decimal 241 181 4 0 0.25 0.98 0.05 44.81 0.97 0.48
Hex F1 B5 4 0 19 62 5 2D 61 30
Octal 361 265 4 0 31 142 5 55 141 60
Binary 11110001 10110101 100 0 11001 1100010 101 101101 1100001 110000

Color Harmonies of #F1B504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B504

Black with #F1B504

Text Example


Text Example

White with #F1B504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B504; }

 p { color: rgb(241,181,4); }

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

background-color css

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

 a { background-color: rgb(241,181,4); }

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

border-color css

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

 span { border-color: rgb(241,181,4); }

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