Html Css Color HEX #F1DC41 Starship

📋 copy color: '#F1DC41'

red 241 ◦ green 220 ◦ blue 65

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

Shades of Starship #F1DC41

Tints of Starship #F1DC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.36%

R = 45.82%
G = 41.83%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1DC41 (or 0xF1DC41) is known color: Starship. HEX triplet: F1, DC and 41. RGB value is (241,220,65). Sum of RGB (Red+Green+Blue) = 241+220+65=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 65 (25.78% from 255 or 12.36% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DC41 is #0E23BE. Grayscale: #D1D1D1. Windows color (decimal): -926655 or 4316401. OLE color: 4316401.

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

Color convert

RGB 241 220 65 -
CMYK 0 0.09 0.73 0.05
HSL 52.84º 0.86% 0.6% -
HSV(B) 52.84º 0.73% 0.95% -
XYZ 62.82 70.27 15.25 -
YUV 208.61 46.96 151.1 -
System Red Green Blue C M Y K H S L
Decimal 241 220 65 0 0.09 0.73 0.05 52.84 0.86 0.6
Hex F1 DC 41 0 9 49 5 35 56 3C
Octal 361 334 101 0 11 111 5 65 126 74
Binary 11110001 11011100 1000001 0 1001 1001001 101 110101 1010110 111100

Color Harmonies of #F1DC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC41

Black with #F1DC41

Text Example


Text Example

White with #F1DC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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