Html Css Color HEX #F1F382 Tidal

📋 copy color: '#F1F382'

red 241 ◦ green 243 ◦ blue 130

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

Shades of Tidal #F1F382

Tints of Tidal #F1F382

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.58%

 BLUE value IS 130 (51.17% from 255) = 21.17%

R = 39.25%
G = 39.58%
B = 21.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1F382 (or 0xF1F382) is known color: Tidal. HEX triplet: F1, F3 and 82. RGB value is (241,243,130). Sum of RGB (Red+Green+Blue) = 241+243+130=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 130 (51.17% from 255 or 21.17% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F382 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F382 is #0E0C7D. Grayscale: #E5E5E5. Windows color (decimal): -920702 or 8582129. OLE color: 8582129.

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

Color convert

RGB 241 243 130 -
CMYK 0.01 0 0.47 0.05
HSL 61.06º 0.82% 0.73% -
HSV(B) 61.06º 0.47% 0.95% -
XYZ 72.36 84.41 33.6 -
YUV 229.52 71.84 136.19 -
System Red Green Blue C M Y K H S L
Decimal 241 243 130 0.01 0 0.47 0.05 61.06 0.82 0.73
Hex F1 F3 82 1 0 2F 5 3D 52 49
Octal 361 363 202 1 0 57 5 75 122 111
Binary 11110001 11110011 10000010 1 0 101111 101 111101 1010010 1001001

Color Harmonies of #F1F382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F382

Black with #F1F382

Text Example


Text Example

White with #F1F382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F382; }

 p { color: rgb(241,243,130); }

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

background-color css

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

 a { background-color: rgb(241,243,130); }

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

border-color css

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

 span { border-color: rgb(241,243,130); }

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