Html Css Color HEX #F0D15E Portica

📋 copy color: '#F0D15E'

red 240 ◦ green 209 ◦ blue 94

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

Shades of Portica #F0D15E

Tints of Portica #F0D15E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.49%

 BLUE value IS 94 (37.11% from 255) = 17.31%

R = 44.2%
G = 38.49%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0D15E (or 0xF0D15E) is known color: Portica. HEX triplet: F0, D1 and 5E. RGB value is (240,209,94). Sum of RGB (Red+Green+Blue) = 240+209+94=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D15E is #0F2EA1. Grayscale: #CDCDCD. Windows color (decimal): -994978 or 6214128. OLE color: 6214128.

HSL color Cylindrical-coordinate representation of color #F0D15E: hue angle of 47.26º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0D15E is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 209 94 -
CMYK 0 0.13 0.61 0.06
HSL 47.26º 0.83% 0.65% -
HSV(B) 47.26º 0.61% 0.94% -
XYZ 60.76 64.93 19.92 -
YUV 205.16 65.27 152.85 -
System Red Green Blue C M Y K H S L
Decimal 240 209 94 0 0.13 0.61 0.06 47.26 0.83 0.65
Hex F0 D1 5E 0 D 3D 6 2F 53 41
Octal 360 321 136 0 15 75 6 57 123 101
Binary 11110000 11010001 1011110 0 1101 111101 110 101111 1010011 1000001

Color Harmonies of #F0D15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D15E

Black with #F0D15E

Text Example


Text Example

White with #F0D15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D15E; }

 p { color: rgb(240,209,94); }

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

background-color css

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

 a { background-color: rgb(240,209,94); }

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

border-color css

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

 span { border-color: rgb(240,209,94); }

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