Html Css Color HEX #F0DC5B Portica

📋 copy color: '#F0DC5B'

red 240 ◦ green 220 ◦ blue 91

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

Shades of Portica #F0DC5B

Tints of Portica #F0DC5B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.93%

 BLUE value IS 91 (35.94% from 255) = 16.52%

R = 43.56%
G = 39.93%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0DC5B (or 0xF0DC5B) is known color: Portica. HEX triplet: F0, DC and 5B. RGB value is (240,220,91). Sum of RGB (Red+Green+Blue) = 240+220+91=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 91 (35.94% from 255 or 16.52% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC5B is #0F23A4. Grayscale: #D3D3D3. Windows color (decimal): -992165 or 6020336. OLE color: 6020336.

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

Color convert

RGB 240 220 91 -
CMYK 0 0.08 0.62 0.06
HSL 51.95º 0.83% 0.65% -
HSV(B) 51.95º 0.62% 0.94% -
XYZ 63.42 70.47 20.16 -
YUV 211.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 240 220 91 0 0.08 0.62 0.06 51.95 0.83 0.65
Hex F0 DC 5B 0 8 3E 6 34 53 41
Octal 360 334 133 0 10 76 6 64 123 101
Binary 11110000 11011100 1011011 0 1000 111110 110 110100 1010011 1000001

Color Harmonies of #F0DC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC5B

Black with #F0DC5B

Text Example


Text Example

White with #F0DC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC5B; }

 p { color: rgb(240,220,91); }

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

background-color css

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

 a { background-color: rgb(240,220,91); }

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

border-color css

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

 span { border-color: rgb(240,220,91); }

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