Html Css Color HEX #F0DF58 Portica

📋 copy color: '#F0DF58'

red 240 ◦ green 223 ◦ blue 88

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

Shades of Portica #F0DF58

Tints of Portica #F0DF58

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.47%

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

R = 43.56%
G = 40.47%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F0DF58 (or 0xF0DF58) is known color: Portica. HEX triplet: F0, DF and 58. RGB value is (240,223,88). Sum of RGB (Red+Green+Blue) = 240+223+88=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 88 (34.77% from 255 or 15.97% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF58 is #0F20A7. Grayscale: #D5D5D5. Windows color (decimal): -991400 or 5824496. OLE color: 5824496.

HSL color Cylindrical-coordinate representation of color #F0DF58: hue angle of 53.29º 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 #F0DF58 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 88 -
CMYK 0 0.07 0.63 0.06
HSL 53.29º 0.84% 0.64% -
HSV(B) 53.29º 0.63% 0.94% -
XYZ 64.08 72.01 19.75 -
YUV 212.69 57.63 147.48 -
System Red Green Blue C M Y K H S L
Decimal 240 223 88 0 0.07 0.63 0.06 53.29 0.84 0.64
Hex F0 DF 58 0 7 3F 6 35 54 40
Octal 360 337 130 0 7 77 6 65 124 100
Binary 11110000 11011111 1011000 0 111 111111 110 110101 1010100 1000000

Color Harmonies of #F0DF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF58

Black with #F0DF58

Text Example


Text Example

White with #F0DF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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