Html Css Color HEX #F1DD42 Starship

📋 copy color: '#F1DD42'

red 241 ◦ green 221 ◦ blue 66

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

Shades of Starship #F1DD42

Tints of Starship #F1DD42

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.86%

 BLUE value IS 66 (26.17% from 255) = 12.5%

R = 45.64%
G = 41.86%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1DD42 (or 0xF1DD42) is known color: Starship. HEX triplet: F1, DD and 42. RGB value is (241,221,66). Sum of RGB (Red+Green+Blue) = 241+221+66=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 66 (26.17% from 255 or 12.5% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DD42 is #0E22BD. Grayscale: #D1D1D1. Windows color (decimal): -926398 or 4382193. OLE color: 4382193.

HSL color Cylindrical-coordinate representation of color #F1DD42: hue angle of 53.14º 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 #F1DD42 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 221 66 -
CMYK 0 0.08 0.73 0.05
HSL 53.14º 0.86% 0.6% -
HSV(B) 53.14º 0.73% 0.95% -
XYZ 63.12 70.81 15.49 -
YUV 209.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 241 221 66 0 0.08 0.73 0.05 53.14 0.86 0.6
Hex F1 DD 42 0 8 49 5 35 56 3C
Octal 361 335 102 0 10 111 5 65 126 74
Binary 11110001 11011101 1000010 0 1000 1001001 101 110101 1010110 111100

Color Harmonies of #F1DD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DD42

Black with #F1DD42

Text Example


Text Example

White with #F1DD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DD42; }

 p { color: rgb(241,221,66); }

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

background-color css

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

 a { background-color: rgb(241,221,66); }

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

border-color css

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

 span { border-color: rgb(241,221,66); }

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