Html Css Color HEX #F2F38B Tidal

📋 copy color: '#F2F38B'

red 242 ◦ green 243 ◦ blue 139

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

Shades of Tidal #F2F38B

Tints of Tidal #F2F38B

RGB

 RED value IS 242 (94.92% from 255) = 38.78%

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

 BLUE value IS 139 (54.69% from 255) = 22.28%

R = 38.78%
G = 38.94%
B = 22.28%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2F38B (or 0xF2F38B) is known color: Tidal. HEX triplet: F2, F3 and 8B. RGB value is (242,243,139). Sum of RGB (Red+Green+Blue) = 242+243+139=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 139 (54.69% from 255 or 22.28% from 624); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F38B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F38B is #0D0C74. Grayscale: #E7E7E7. Windows color (decimal): -855157 or 9171954. OLE color: 9171954.

HSL color Cylindrical-coordinate representation of color #F2F38B: hue angle of 60.58º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2F38B is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 243 139 -
CMYK 0.00 0 0.43 0.05
HSL 60.58º 0.81% 0.75% -
HSV(B) 60.58º 0.43% 0.95% -
XYZ 73.33 84.84 36.94 -
YUV 230.85 76.17 135.96 -
System Red Green Blue C M Y K H S L
Decimal 242 243 139 0.00 0 0.43 0.05 60.58 0.81 0.75
Hex F2 F3 8B 0 0 2B 5 3D 51 4B
Octal 362 363 213 0 0 53 5 75 121 113
Binary 11110010 11110011 10001011 0 0 101011 101 111101 1010001 1001011

Color Harmonies of #F2F38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F38B

Black with #F2F38B

Text Example


Text Example

White with #F2F38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F38B; }

 p { color: rgb(242,243,139); }

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

background-color css

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

 a { background-color: rgb(242,243,139); }

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

border-color css

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

 span { border-color: rgb(242,243,139); }

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