Html Css Color HEX #F0D258 Portica

📋 copy color: '#F0D258'

red 240 ◦ green 210 ◦ blue 88

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

Shades of Portica #F0D258

Tints of Portica #F0D258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.36%

R = 44.61%
G = 39.03%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F0D258 (or 0xF0D258) is known color: Portica. HEX triplet: F0, D2 and 58. RGB value is (240,210,88). Sum of RGB (Red+Green+Blue) = 240+210+88=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 88 (34.77% from 255 or 16.36% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D258 is #0F2DA7. Grayscale: #CDCDCD. Windows color (decimal): -994728 or 5821168. OLE color: 5821168.

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

Color convert

RGB 240 210 88 -
CMYK 0 0.12 0.63 0.06
HSL 48.16º 0.84% 0.64% -
HSV(B) 48.16º 0.63% 0.94% -
XYZ 60.74 65.32 18.64 -
YUV 205.06 61.94 152.92 -
System Red Green Blue C M Y K H S L
Decimal 240 210 88 0 0.12 0.63 0.06 48.16 0.84 0.64
Hex F0 D2 58 0 C 3F 6 30 54 40
Octal 360 322 130 0 14 77 6 60 124 100
Binary 11110000 11010010 1011000 0 1100 111111 110 110000 1010100 1000000

Color Harmonies of #F0D258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D258

Black with #F0D258

Text Example


Text Example

White with #F0D258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D258; }

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

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

background-color css

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

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

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

border-color css

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

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

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