Html Css Color HEX #F0D257 Portica

📋 copy color: '#F0D257'

red 240 ◦ green 210 ◦ blue 87

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

Shades of Portica #F0D257

Tints of Portica #F0D257

RGB

 RED value IS 240 (94.14% from 255) = 44.69%

 GREEN value IS 210 (82.42% from 255) = 39.11%

 BLUE value IS 87 (34.38% from 255) = 16.2%

R = 44.69%
G = 39.11%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F0D257 (or 0xF0D257) is known color: Portica. HEX triplet: F0, D2 and 57. RGB value is (240,210,87). Sum of RGB (Red+Green+Blue) = 240+210+87=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 87 (34.38% from 255 or 16.20% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D257 is #0F2DA8. Grayscale: #CDCDCD. Windows color (decimal): -994729 or 5755632. OLE color: 5755632.

HSL color Cylindrical-coordinate representation of color #F0D257: hue angle of 48.24º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0D257 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 210 87 -
CMYK 0 0.12 0.64 0.06
HSL 48.24º 0.84% 0.64% -
HSV(B) 48.24º 0.64% 0.94% -
XYZ 60.7 65.31 18.42 -
YUV 204.95 61.44 153 -
System Red Green Blue C M Y K H S L
Decimal 240 210 87 0 0.12 0.64 0.06 48.24 0.84 0.64
Hex F0 D2 57 0 C 40 6 30 54 40
Octal 360 322 127 0 14 100 6 60 124 100
Binary 11110000 11010010 1010111 0 1100 1000000 110 110000 1010100 1000000

Color Harmonies of #F0D257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D257

Black with #F0D257

Text Example


Text Example

White with #F0D257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D257; }

 p { color: rgb(240,210,87); }

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

background-color css

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

 a { background-color: rgb(240,210,87); }

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

border-color css

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

 span { border-color: rgb(240,210,87); }

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