Html Css Color HEX #F1DC0B Golden Yellow

📋 copy color: '#F1DC0B'

red 241 ◦ green 220 ◦ blue 11

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

Shades of Golden Yellow #F1DC0B

Tints of Golden Yellow #F1DC0B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.61%

 BLUE value IS 11 (4.69% from 255) = 2.33%

R = 51.06%
G = 46.61%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1DC0B (or 0xF1DC0B) is known color: Golden Yellow. HEX triplet: F1, DC and 0B. RGB value is (241,220,11). Sum of RGB (Red+Green+Blue) = 241+220+11=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 11 (4.69% from 255 or 2.33% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DC0B is #0E23F4. Grayscale: #CBCBCB. Windows color (decimal): -926709 or 777457. OLE color: 777457.

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

Color convert

RGB 241 220 11 -
CMYK 0 0.09 0.95 0.05
HSL 54.52º 0.91% 0.49% -
HSV(B) 54.52º 0.95% 0.95% -
XYZ 61.93 69.91 10.55 -
YUV 202.45 19.96 155.49 -
System Red Green Blue C M Y K H S L
Decimal 241 220 11 0 0.09 0.95 0.05 54.52 0.91 0.49
Hex F1 DC B 0 9 5F 5 37 5B 31
Octal 361 334 13 0 11 137 5 67 133 61
Binary 11110001 11011100 1011 0 1001 1011111 101 110111 1011011 110001

Color Harmonies of #F1DC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC0B

Black with #F1DC0B

Text Example


Text Example

White with #F1DC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC0B; }

 p { color: rgb(241,220,11); }

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

background-color css

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

 a { background-color: rgb(241,220,11); }

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

border-color css

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

 span { border-color: rgb(241,220,11); }

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