Html Css Color HEX #F2F39B Portafino

📋 copy color: '#F2F39B'

red 242 ◦ green 243 ◦ blue 155

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

Shades of Portafino #F2F39B

Tints of Portafino #F2F39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.22%

R = 37.81%
G = 37.97%
B = 24.22%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2F39B (or 0xF2F39B) is known color: Portafino. HEX triplet: F2, F3 and 9B. RGB value is (242,243,155). Sum of RGB (Red+Green+Blue) = 242+243+155=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 155 (60.94% from 255 or 24.22% from 640); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F39B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F39B is #0D0C64. Grayscale: #E9E9E9. Windows color (decimal): -855141 or 10220530. OLE color: 10220530.

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

Color convert

RGB 242 243 155 -
CMYK 0.00 0 0.36 0.05
HSL 60.68º 0.79% 0.78% -
HSV(B) 60.68º 0.36% 0.95% -
XYZ 74.58 85.34 43.55 -
YUV 232.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 242 243 155 0.00 0 0.36 0.05 60.68 0.79 0.78
Hex F2 F3 9B 0 0 24 5 3D 4F 4E
Octal 362 363 233 0 0 44 5 75 117 116
Binary 11110010 11110011 10011011 0 0 100100 101 111101 1001111 1001110

Color Harmonies of #F2F39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F39B

Black with #F2F39B

Text Example


Text Example

White with #F2F39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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