Html Css Color HEX #F3DC5A Portica

📋 copy color: '#F3DC5A'

red 243 ◦ green 220 ◦ blue 90

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

Shades of Portica #F3DC5A

Tints of Portica #F3DC5A

RGB

 RED value IS 243 (95.31% from 255) = 43.94%

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

 BLUE value IS 90 (35.55% from 255) = 16.27%

R = 43.94%
G = 39.78%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F3DC5A (or 0xF3DC5A) is known color: Portica. HEX triplet: F3, DC and 5A. RGB value is (243,220,90). Sum of RGB (Red+Green+Blue) = 243+220+90=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 90 (35.55% from 255 or 16.27% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DC5A is #0C23A5. Grayscale: #D4D4D4. Windows color (decimal): -795558 or 5954803. OLE color: 5954803.

HSL color Cylindrical-coordinate representation of color #F3DC5A: hue angle of 50.98º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F3DC5A is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 220 90 -
CMYK 0 0.09 0.63 0.05
HSL 50.98º 0.86% 0.65% -
HSV(B) 50.98º 0.63% 0.95% -
XYZ 64.4 70.98 19.98 -
YUV 212.06 59.12 150.07 -
System Red Green Blue C M Y K H S L
Decimal 243 220 90 0 0.09 0.63 0.05 50.98 0.86 0.65
Hex F3 DC 5A 0 9 3F 5 33 56 41
Octal 363 334 132 0 11 77 5 63 126 101
Binary 11110011 11011100 1011010 0 1001 111111 101 110011 1010110 1000001

Color Harmonies of #F3DC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DC5A

Black with #F3DC5A

Text Example


Text Example

White with #F3DC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DC5A; }

 p { color: rgb(243,220,90); }

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

background-color css

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

 a { background-color: rgb(243,220,90); }

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

border-color css

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

 span { border-color: rgb(243,220,90); }

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